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:
parent
7478c1266b
commit
6b2ccfb442
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user