Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jan 25, 2024
1 parent b4ba76e commit 1dad446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -92,6 +90,7 @@ systemctl enable rpibluetooth

postinstall=(
dhcpcd5 # network
pi-bluetooth raspberrypi-sys-mods userconf-pi # misc
)
apt install -y "${postinstall[@]}"

Expand Down

0 comments on commit 1dad446

Please sign in to comment.