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:
parent
b677fc300e
commit
9b6425b05c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue