update obsd note

main
Dominic Reich 9 months ago
parent 7ed92d5e10
commit c5811f300c
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -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

Loading…
Cancel
Save