aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/mkinitcpio.conf
Commit message (Collapse)AuthorAgeFilesLines
* refactor(etc): keep mkinitcpio.conf closer to Arch pristineLibravatar sommerfeld2026-05-131-1/+1
| | | | | | Arch already ships systemd-based HOOKS as default; only add sd-encrypt. keymap is redundant with sd-vconsole but harmless, and keeping it minimizes diff from upstream (one word changed).
* feat(boot): switch to systemd initramfs + rd.luks.name cmdlineLibravatar sommerfeld2026-05-131-1/+1
| | | | | | | | | Prerequisite for TPM2 LUKS unlock. systemd-cryptenroll stores TPM hints in LUKS2 token metadata, so no cmdline options are needed beyond rd.luks.name (sd-encrypt auto-discovers enrolled tokens). After chezmoi apply: sudo mkinitcpio -P && sudo sbctl verify, then reboot. Passphrase still works; TPM enrollment is a separate step.
* UPower: PowerOff critical action (no swap, no hibernate)Libravatar sommerfeld2026-04-211-1/+1
|
* hibernate: add resume mkinitcpio hook, UPower critical actionLibravatar sommerfeld2026-04-211-1/+1
|
* feat(etc): track drifted host configsLibravatar sommerfeld2026-04-211-0/+81
Adopted via 'just etc-add' after 'just etc-drift' surfaced them: locale.conf, locale.gen, mkinitcpio.conf, mkinitcpio.d/linux.preset, pacman.conf, resolved.conf, systemd/network/30-bond*, and the shokz udev blacklist rule.