update obsd note

This commit is contained in:
Dominic Reich 2024-01-22 23:02:30 +01:00
parent 7ed92d5e10
commit c5811f300c
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -1,7 +1,7 @@
---
title: OpenBSD notes
date: 2023-11-29T20:33:48+0100
lastmod: 2024-01-18T15:24:17+0000
lastmod: 2024-01-22T22:02:30+0000
tags:
- openbsd
- python
@ -106,6 +106,13 @@ Don't forget to create the file system:
$ doas newfs_msdos -F 32 -L 8GB_Stick sd2i
~~~
## Mounting disk images
~~~console
$ doas vnconfig /dev/vnd0c /path/to/imagefile.img
$ doas mount_msdos /dev/vnd0i ~/mnt/disk
~~~
## Packages / Ports
### ...because of libraries