forked from srbala/fedora-kickstarts
cloud: aarch64: fix console line
This commit is contained in:
parent
2264e6daa9
commit
6eab7f1b6a
@ -1,6 +1,6 @@
|
||||
%include fedora-cloud-base.ks
|
||||
|
||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyAMA0,115200n8"
|
||||
|
||||
part /boot --fstype="ext4" --size=500
|
||||
part /boot/efi --fstype="vfat" --size=100
|
||||
|
Loading…
Reference in New Issue
Block a user