mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Also mention systemd-cryptsetup-generator
This commit is contained in:
parent
461839260d
commit
578559f8d2
|
@ -276,7 +276,9 @@ only aftwerwars. This shouldn't be too annoying though, as we'lll no longer have
|
||||||
password, which is the only reason we'd need numlock in initramfs anyway.)
|
password, which is the only reason we'd need numlock in initramfs anyway.)
|
||||||
|
|
||||||
Additionally, with systemd initramfs, you shouldn't be specifying `root` nor `cryptdevice` kernel arguments, as systemd
|
Additionally, with systemd initramfs, you shouldn't be specifying `root` nor `cryptdevice` kernel arguments, as systemd
|
||||||
can actually pick those up automatically (via
|
can actually pick those up automatically (they'll be discovered by
|
||||||
|
[systemd-cryptsetup-generator](https://wiki.archlinux.org/title/Dm-crypt/System_configuration#Using_systemd-cryptsetup-generator)
|
||||||
|
and auto-mounted from initramfs via
|
||||||
[systemd-gpt-auto-generator](https://wiki.archlinux.org/title/Systemd#GPT_partition_automounting)). We will however
|
[systemd-gpt-auto-generator](https://wiki.archlinux.org/title/Systemd#GPT_partition_automounting)). We will however
|
||||||
still need the `rootflags` argument for selecting the btrfs subvolume (unless your default subvolume is the root
|
still need the `rootflags` argument for selecting the btrfs subvolume (unless your default subvolume is the root
|
||||||
partition subvolume).
|
partition subvolume).
|
||||||
|
|
Loading…
Reference in a new issue