settings.conf: Move localecfg job further up.

/etc/locale.conf should always be written before generating the
initramfs, because it will be added to the initramfs. So move the step
up to where the other locale-related jobs run.

Also add commented-out placeholders for the displaymanager and dracut
jobs so people will get the ordering right.
This commit is contained in:
Kevin Kofler 2014-11-15 04:44:09 +01:00
parent 7478c1266b
commit 6b2ccfb442

View File

@ -37,14 +37,16 @@ install:
- fstab - fstab
- locale - locale
- keyboard - keyboard
- localecfg
- initcpiocfg - initcpiocfg
- initcpio - initcpio
- users - users
#- displaymanager
- networkcfg - networkcfg
- hwclock - hwclock
- services - services
# - initramfs #- dracut
- localecfg #- initramfs
- grubcfg - grubcfg
- grub - grub
#- bootloader #- bootloader