mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
setup extlinux bootloader on arm images
This commit is contained in:
parent
29f179c805
commit
f7b98bb655
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
bootloader --location=none
|
||||
part /boot --size=512 --fstype ext3
|
||||
part swap --size=512 --fstype swap
|
||||
part / --size=3000 --fstype ext4
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user