Skip to content

Instantly share code, notes, and snippets.

@paulfariello
Last active October 27, 2021 09:02
Show Gist options
  • Save paulfariello/f0b3469a79f536a005559b5b5d9fb5e9 to your computer and use it in GitHub Desktop.
Save paulfariello/f0b3469a79f536a005559b5b5d9fb5e9 to your computer and use it in GitHub Desktop.
OpenBSD 70 install on kimsufi
apt update
apt install qemu
wget -O /tmp/install70.iso https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/install70.iso
qemu-system-x86_64 -hda /dev/sda -cdrom /tmp/install70.iso -curses -boot d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment