mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
scripts/mkimg.standard.sh: remove nomodeset
The nomodeset was used to make it easy to test alpine with qemu -curses, but it causes problems for users so we remove it. fixes #11665
This commit is contained in:
parent
b677fc300e
commit
9b6425b05c
@ -8,7 +8,6 @@ profile_standard() {
|
|||||||
image_ext="iso"
|
image_ext="iso"
|
||||||
arch="aarch64 x86 x86_64 ppc64le s390x"
|
arch="aarch64 x86 x86_64 ppc64le s390x"
|
||||||
output_format="iso"
|
output_format="iso"
|
||||||
kernel_cmdline="nomodeset"
|
|
||||||
kernel_addons="xtables-addons"
|
kernel_addons="xtables-addons"
|
||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
s390x)
|
s390x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user