cloud: aarch64: fix console line

This commit is contained in:
Peter Robinson 2016-05-12 08:47:09 +01:00
parent 2264e6daa9
commit 6eab7f1b6a
1 changed files with 1 additions and 1 deletions

View File

@ -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