From 04232e6a06fe81c498c0aa075fdef756f3531b8b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:43:33 -0600 Subject: [PATCH] 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. --- customize.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 customize.sh diff --git a/customize.sh b/customize.sh new file mode 100755 index 0000000..f0bc12a --- /dev/null +++ b/customize.sh @@ -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