Add linux to default installation packages

As of Oct 6 the base group becomes a metapackage and removed linux the kernel. We need to install linux explicitly now.
This commit is contained in:
Felix Yan 2019-10-06 16:47:45 +00:00
parent 233a436d74
commit a16dd7bbf6

View file

@ -120,7 +120,7 @@ delete_all() {
}
install_packages() {
local packages="base openssh reflector"
local packages="base linux openssh reflector"
[ "$bootloader" != "none" ] && packages="$packages $bootloader"
# XXX Install gptdisk for syslinux. To be removed then FS#45029 will be closed
[ "$bootloader" = "syslinux" ] && packages="$packages gptfdisk"