setup extlinux bootloader on arm images
This commit is contained in:
parent
29f179c805
commit
f7b98bb655
@ -4,6 +4,9 @@ auth --useshadow --enablemd5
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
|
# configure extlinux bootloader
|
||||||
|
bootloader extlinux
|
||||||
|
|
||||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||||
firstboot --reconfig
|
firstboot --reconfig
|
||||||
|
|
||||||
@ -22,6 +25,7 @@ kernel-lpae
|
|||||||
|
|
||||||
chrony
|
chrony
|
||||||
arm-boot-config
|
arm-boot-config
|
||||||
|
extlinux-bootloader
|
||||||
initial-setup
|
initial-setup
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
dracut-modules-growroot
|
dracut-modules-growroot
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
bootloader --location=none
|
|
||||||
part /boot --size=512 --fstype ext3
|
part /boot --size=512 --fstype ext3
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --size=3000 --fstype ext4
|
part / --size=3000 --fstype ext4
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
bootloader --location=none
|
|
||||||
part /boot/uboot --size=20 --fstype vfat
|
part /boot/uboot --size=20 --fstype vfat
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --size=3400 --fstype ext4
|
part / --size=3400 --fstype ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user