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:
parent
233a436d74
commit
a16dd7bbf6
1 changed files with 1 additions and 1 deletions
2
vps2arch
2
vps2arch
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue