cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again

This commit is contained in:
Peter Robinson 2016-05-17 12:03:47 +01:00
parent e361a19da4
commit a312124d8f
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
part prepboot --fstype="prepboot" --size=4
part /boot --fstype="ext4" --size=500
%packages
grub2
%end