Skip to content
Snippets Groups Projects
Commit 9b6425b0 authored by Natanael Copa's avatar Natanael Copa
Browse files

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
parent b677fc30
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment