Last active
October 6, 2016 05:01
-
-
Save philmb3487/aad2b00849c9dc1a61141da714715255 to your computer and use it in GitHub Desktop.
PacBSD installation on Lenovo X240 laptop.
This file contains 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
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
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?