Add VentoyArch

This commit is contained in:
Marko Korhonen 2025-03-27 16:14:54 -05:00
parent b78814d8a7
commit 9fe7f5895b
4 changed files with 31 additions and 1 deletions

View file

@ -17,4 +17,6 @@ HOOKS=(base udev kms plymouth keyboard autodetect microcode modconf block filesy
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 bluetooth unl0kr encrypt plymouth filesystems resume fsck)
{%@@ elif profile == "VentoyArch" @@%}
HOOKS=(base udev kms plymouth keyboard autodetect microcode modconf block ventoy filesystems btrfs encrypt resume fsck)
{%@@ endif @@%}