mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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:
parent
295dc1cb68
commit
a467c8ac68
@ -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";;
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user