add linux-firmware do base packages
This commit is contained in:
parent
1d2b590541
commit
e1c34f49dc
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue