This commit is contained in:
Marcus 2023-05-01 07:27:07 +02:00
parent cd819461a9
commit 73093792b9
1 changed files with 4 additions and 0 deletions

View File

@ -113,7 +113,11 @@ echo "Europe/Berlin" > /etc/timezone && \\
dpkg-reconfigure --frontend=noninteractive locales && \\
locale-gen en_US.UTF-8 && \\
update-locale LANG=en_US.UTF-8
### clean cache
apt clean
### but fetch packages for grub and kernel, so we do not need to download them
### in case nanodesk get installed to disk
apt -d --reinstall install linux-image-amd64 linux-image-5.10.0-22-amd64 grub-pc grub-pc-bin
EOF
message "run install_base"
$CHROOTCMD /bin/bash /tmp/install_base.sh || error