diff --git a/bios/README.md b/bios/README.md new file mode 100644 index 0000000..05578e8 --- /dev/null +++ b/bios/README.md @@ -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 +``` diff --git a/bios/puffy-boot.gif b/bios/puffy-boot.gif new file mode 100644 index 0000000..08179d3 Binary files /dev/null and b/bios/puffy-boot.gif differ diff --git a/bios/x280-1_53.img b/bios/x280-1_53.img new file mode 100644 index 0000000..fb5d4c6 Binary files /dev/null and b/bios/x280-1_53.img differ