mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
cloud: aarch64: fix console line
This commit is contained in:
parent
7aeb066018
commit
5d90212127
@ -1,6 +1,6 @@
|
|||||||
%include fedora-cloud-base.ks
|
%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 --fstype="ext4" --size=500
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
part /boot/efi --fstype="vfat" --size=100
|
||||||
|
Loading…
Reference in New Issue
Block a user