From e200e29fff773771c9e241a1d517479538e0338e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 24 Jun 2018 17:16:53 -0700 Subject: [PATCH] Add another #1594402 comment Just commenting why we do this again. Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 8b3baf77..360adb0f 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -20,6 +20,7 @@ sub run { } if (get_var("ANACONDA_TEXT")) { $params .= "inst.text "; + # we need this on aarch64 till #1594402 is resolved $params .= "console=tty0 " if (get_var("ARCH") eq "aarch64"); } # inst.debug enables memory use tracking