From 9b6425b05c4e914dbf848c234717b51a79d45ad9 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 18 Jun 2020 15:43:38 +0000
Subject: [PATCH] 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
---
 scripts/mkimg.standard.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh
index 4d0df2d2b63d..2a7e891f3a5b 100755
--- a/scripts/mkimg.standard.sh
+++ b/scripts/mkimg.standard.sh
@@ -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)
-- 
GitLab