aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/mkinitcpio.d
Commit message (Collapse)AuthorAgeFilesLines
* fix(etc/mkinitcpio): restore fallback presetLibravatar sommerfeld47 hours1-4/+3
| | | | | | | Having only the 'default' preset means no safety net if the main initramfs ever fails to boot (broken firmware update, microcode regression, hook misconfig). The fallback image is ~40 MB and regenerates with every kernel update — cheap insurance.
* feat(etc): track drifted host configsLibravatar sommerfeld47 hours1-0/+18
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.