setup extlinux bootloader on arm images

This commit is contained in:
Dennis Gilmore 2013-08-26 23:10:33 -05:00
parent 29f179c805
commit f7b98bb655
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,9 @@ auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled --service=mdns,ssh
# configure extlinux bootloader
bootloader extlinux
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig
@ -22,6 +25,7 @@ kernel-lpae
chrony
arm-boot-config
extlinux-bootloader
initial-setup
#lets resize / on first boot
dracut-modules-growroot

View File

@ -1,4 +1,3 @@
bootloader --location=none
part /boot --size=512 --fstype ext3
part swap --size=512 --fstype swap
part / --size=3000 --fstype ext4

View File

@ -1,4 +1,3 @@
bootloader --location=none
part /boot/uboot --size=20 --fstype vfat
part swap --size=512 --fstype swap
part / --size=3400 --fstype ext4