add marvell firmware to containers

This commit is contained in:
Tobias Powalowski 2022-04-02 18:39:36 +02:00
parent 0a07d9baba
commit 3acb7bfb8b

View file

@ -1,6 +1,6 @@
# defaults for archboot # defaults for archboot
# packages to install (eg. firmware, kernel packages) # packages to install (eg. firmware, kernel packages)
_PACKAGES="base linux linux-firmware" _PACKAGES="base linux linux-firmware linux-firmware-marvell"
# grub setup # grub setup
_GRUB_CONFIG="/usr/share/archboot/grub/archboot-main-grub.cfg" _GRUB_CONFIG="/usr/share/archboot/grub/archboot-main-grub.cfg"
_GRUB_BACKGROUND="/usr/share/archboot/grub/archboot-background.png" _GRUB_BACKGROUND="/usr/share/archboot/grub/archboot-background.png"