Skip to content

Instantly share code, notes, and snippets.

@VegarLH
Created October 19, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VegarLH/4c41a5678f5a6da5e95cb0329fc7761c to your computer and use it in GitHub Desktop.
Save VegarLH/4c41a5678f5a6da5e95cb0329fc7761c to your computer and use it in GitHub Desktop.
prepare ssh key any create Freebsd with ufs..
sudo su -
cd /tmp
curl https://fastly.cdn.openbsd.org/pub/OpenBSD/6.4/amd64/miniroot64.fs --output miniroot64.fs
sysctl kern.geom.debugflags=0x10
swapoff /dev/gpt/swap
dd if=miniroot64.fs of=/dev/vtbd0 bs=512k
reboot.
install as normal. but expand openbsd area in fdisk and diskpart.
also dhcp might not work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment