Merge pull request #2354 from calamares/fix-settings-fstab
[settings.conf] Move fstab after luksbootkeyfile
This commit is contained in:
commit
8006f2c678
@ -9,13 +9,18 @@ the history of the 3.2 series (2018-05 - 2022-08).
|
|||||||
|
|
||||||
# 3.3.9 (unreleased)
|
# 3.3.9 (unreleased)
|
||||||
|
|
||||||
|
Please note that if you are using the *luksbootkeyfile* module,
|
||||||
|
it must be placed before the *fstab* module in settings.conf. If it comes
|
||||||
|
after, then the keyfile will be missing from crypttab and the user will be
|
||||||
|
asked for their password multiple times.
|
||||||
|
|
||||||
This release contains contributions from (alphabetically by first name):
|
This release contains contributions from (alphabetically by first name):
|
||||||
- You could be the one!
|
- Evan James
|
||||||
|
|
||||||
## Core ##
|
## Core ##
|
||||||
|
|
||||||
## Modules ##
|
## Modules ##
|
||||||
|
- Placed *luksbootkeyfile* before *fstab* in the example settings.conf
|
||||||
|
|
||||||
# 3.3.8 (2024-07-02)
|
# 3.3.8 (2024-07-02)
|
||||||
|
|
||||||
|
@ -132,13 +132,13 @@ sequence:
|
|||||||
- mount
|
- mount
|
||||||
- unpackfs
|
- unpackfs
|
||||||
- machineid
|
- machineid
|
||||||
- fstab
|
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- localecfg
|
- localecfg
|
||||||
# - luksbootkeyfile
|
# - luksbootkeyfile
|
||||||
# - luksopenswaphookcfg
|
# - luksopenswaphookcfg
|
||||||
# - dracutlukscfg
|
# - dracutlukscfg
|
||||||
|
- fstab
|
||||||
# - plymouthcfg
|
# - plymouthcfg
|
||||||
# - zfshostid
|
# - zfshostid
|
||||||
- initcpiocfg
|
- initcpiocfg
|
||||||
|
Loading…
Reference in New Issue
Block a user