From 1dad446f0c2c81922e076d73bdbfb228fc27fcb5 Mon Sep 17 00:00:00 2001 From: dogi Date: Thu, 25 Jan 2024 10:55:03 -0500 Subject: [PATCH] Update start_chroot_script --- src/modules/cube/start_chroot_script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/cube/start_chroot_script b/src/modules/cube/start_chroot_script index e616d95..804281e 100644 --- a/src/modules/cube/start_chroot_script +++ b/src/modules/cube/start_chroot_script @@ -11,8 +11,6 @@ unpack /filesystem/home/pi /home/"${BASE_USER}" "${BASE_USER}" unpack /filesystem/home/root /root root unpack /filesystem/boot /boot -## TODO better alternative enable by cli on first boot -## because wifi country problem # Enable wifi by default for filename in /var/lib/systemd/rfkill/*:wlan ; do echo 0 > $filename @@ -92,6 +90,7 @@ systemctl enable rpibluetooth postinstall=( dhcpcd5 # network + pi-bluetooth raspberrypi-sys-mods userconf-pi # misc ) apt install -y "${postinstall[@]}"