Add another #1594402 comment
Just commenting why we do this again. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f30b7517ce
commit
e200e29fff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user