Update Shire configs after new Arch install

This commit is contained in:
Marko Korhonen 2025-03-27 14:26:59 -05:00
parent 4c574a746d
commit b78814d8a7
4 changed files with 8 additions and 16 deletions

View file

@ -16,5 +16,5 @@ HOOKS=(base udev kms plymouth keyboard autodetect microcode modconf block filesy
{%@@ elif profile == 'Moria' @@%}
HOOKS=(base udev kms keyboard autodetect microcode modconf block netconf dropbear encryptssh filesystems btrfs fsck)
{%@@ elif profile == 'Shire' @@%}
HOOKS=(base udev kms keyboard keymap autodetect microcode modconf block unl0kr encrypt plymouth filesystems resume fsck)
HOOKS=(base udev kms keyboard keymap autodetect microcode modconf block bluetooth unl0kr encrypt plymouth filesystems resume fsck)
{%@@ endif @@%}