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 530b854 commit 9164324
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,18 @@ unpack /filesystem/root /
# hack
systemctl enable rpibluetooth

echo "deb http://deb.debian.org/debian/ sid main" > /etc/apt/sources.list.d/sid.list
apt update

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

rm /etc/apt/sources.list.d/sid.list
apt update

# cleanup
apt clean
apt autoremove -y
Expand Down

0 comments on commit 9164324

Please sign in to comment.