customize: Add script

Deleting the initial password for `root` so we can log in to the serial
console for debugging.

Enabling _wpa_supplicant_ to connect to WiFi automatically.
main
Dustin 2024-12-13 19:43:33 -06:00
parent b7937e98a6
commit 04232e6a06
1 changed files with 6 additions and 0 deletions

6
customize.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
passwd -R /mnt/gentoo -d root
systemctl --root=/mnt/gentoo enable wpa_supplicant@wlan0