add linux-firmware do base packages

This commit is contained in:
Marcus 2023-05-01 17:48:56 +02:00
parent 1d2b590541
commit e1c34f49dc

View file

@ -69,6 +69,8 @@ sudo apt install \
message "start building nanodesk ${YELLOW}${VERSION}${ENDCOLOR}"
read -p "press [enter] to continue"
### stuff begins here
message "Checking build directory"
test -f build/chroot || mkdir -p build/chroot
@ -126,6 +128,7 @@ message "install nanodesk base packages"
apt install -y \
live-boot \
linux-image-amd64 \
linux-firmware \
grub-pc \
ifupdown \
net-tools \