mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
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
1 changed files with 4 additions and 2 deletions
|
@ -37,14 +37,16 @@ install:
|
|||
- fstab
|
||||
- locale
|
||||
- keyboard
|
||||
- localecfg
|
||||
- initcpiocfg
|
||||
- initcpio
|
||||
- users
|
||||
#- displaymanager
|
||||
- networkcfg
|
||||
- hwclock
|
||||
- services
|
||||
#- dracut
|
||||
#- initramfs
|
||||
- localecfg
|
||||
- grubcfg
|
||||
- grub
|
||||
#- bootloader
|
||||
|
|
Loading…
Add table
Reference in a new issue