1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 14:05:25 +03: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:
Natanael Copa 2020-06-18 15:43:38 +00:00
parent b677fc300e
commit 9b6425b05c

View file

@ -8,7 +8,6 @@ profile_standard() {
image_ext="iso"
arch="aarch64 x86 x86_64 ppc64le s390x"
output_format="iso"
kernel_cmdline="nomodeset"
kernel_addons="xtables-addons"
case "$ARCH" in
s390x)