Add bios
This commit is contained in:
parent
9105d96954
commit
fb0a302541
14
bios/README.md
Normal file
14
bios/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Puffyboot BIOS
|
||||
### Add some OpenBSD flair during bootup
|
||||
|
||||
**How to reproduce**
|
||||
|
||||
```
|
||||
$ doas pkg_add geteltorito
|
||||
$ geteltorito -o bios.img original_update.iso
|
||||
$ doas vnconfig /dev/vnd0c /path/to/bios.img
|
||||
$ doas mount -t msdos /dev/vnd0i /mnt
|
||||
$ doas cp /path/to/puffy-boot.gif /mnt/FLASH/LOGO.GIF
|
||||
$ doas umount /dev/vnd0i
|
||||
$ doas vnconfig -u vnd0
|
||||
```
|
BIN
bios/puffy-boot.gif
Normal file
BIN
bios/puffy-boot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
bios/x280-1_53.img
Normal file
BIN
bios/x280-1_53.img
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user