PacBSD installation on Lenovo X240 laptop.
This is a series of notes as of september 24, 2016. | |
PGP errors : turn off the PGP checking in /etc/pacman.conf | |
Then use pacstrap base base-devel | |
``` | |
SigLevel = None DatabaseOptional | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Preparing the Disk (MBR UFS)
Wireless
Create /etc/wpa_supplicant.conf:
Fire up wifi daemon (in a new vty):
Automating Wireless
Edit /boot/loader.conf to get us the proper modules loaded at boot:
XXX: is there a way to automate the wpa_supplicant steps? Perhaps in an openrc service run at startup?