Tag: Systemd

  • mkinitcpio 42 breaks LUKS auto-unlock using crypttab.initramfs

    Updated the Dell XPS 15 this morning using the latest Linux 7.2.6 and mkinitcpio 42 only to be repeatedly greeted by the LUKS unlock prompt. After some quick Kagi searching, I noted this little nugget in the release notes: If you’re using crypttab.initramfs take heed! Your shit’s gonna break! (Mine did!) No amount of re-enrolling…

  • Writing systemd User Timers

    Why am I writing this? I omitted installing the cron package on my Linux box since systemd provides a timers function. Who needs two packages to do one thing? Heh… for a moment I thought maybe I do because some of the documentation out there is a little confusing. Or I’m just dumb. Or both.…