Created
October 19, 2018 13:13
-
-
Save VegarLH/4c41a5678f5a6da5e95cb0329fc7761c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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