forked from srbala/fedora-kickstarts
use --extlinux on arm, add dracut-generic-config as a workaround for a dracut bug
This commit is contained in:
parent
7492604654
commit
2dfb8c0758
@ -5,7 +5,7 @@ selinux --enforcing
|
|||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
# configure extlinux bootloader
|
# configure extlinux bootloader
|
||||||
bootloader extlinux
|
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
|
||||||
@ -23,6 +23,8 @@ services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=ne
|
|||||||
kernel
|
kernel
|
||||||
kernel-lpae
|
kernel-lpae
|
||||||
|
|
||||||
|
dracut-config-generic
|
||||||
|
|
||||||
chrony
|
chrony
|
||||||
arm-boot-config
|
arm-boot-config
|
||||||
extlinux-bootloader
|
extlinux-bootloader
|
||||||
|
Loading…
Reference in New Issue
Block a user