update obsd note
This commit is contained in:
parent
7ed92d5e10
commit
c5811f300c
1 changed files with 8 additions and 1 deletions
|
@ -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…
Reference in a new issue