scripts: remove momodeset

Remove nomodeset for all release images for consistency

We have serial console enabled so we don't need to be able to run qemu
with -curses, which needed nomodeset.
This commit is contained in:
Natanael Copa 2023-05-08 11:43:09 +02:00
parent 295dc1cb68
commit a467c8ac68
2 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ profile_netboot() {
netboot.
"
arch="aarch64 armhf armv7 ppc64le x86 x86_64 s390x"
kernel_cmdline="nomodeset"
case "$ARCH" in
aarch64) kernel_flavors="lts rpi rpi4 virt";;
armhf) kernel_flavors="rpi rpi2";;

View File

@ -15,8 +15,6 @@ profile_xen() {
Includes packages targetted at Xen usage.
Use for Xen Dom0."
arch="x86_64"
kernel_cmdline="nomodeset"
xen_params=""
apks="$apks ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge syslinux"
# apkovl="genapkovl-xen.sh"
}