Add 'console=tty0' for anaconda text install on aarch64
We need this at least till #1594402 is fixed. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4d803eda52
commit
1b51987478
@ -19,6 +19,8 @@ sub run {
|
||||
$params .= "inst.repo=" . get_full_repo($repourl) . " ";
|
||||
}
|
||||
$params .= "inst.text " if get_var("ANACONDA_TEXT");
|
||||
# makes text install on aarch64 work - RHBZ#1594402
|
||||
$params .= "console=tty0" if (get_var("ARCH" eq "aarch64"));
|
||||
# inst.debug enables memory use tracking
|
||||
$params .= "debug" if get_var("MEMCHECK");
|
||||
# ternary: set $params to "" if it contains only spaces
|
||||
|
Loading…
Reference in New Issue
Block a user