Add new computer, Shire (tablet)

This commit is contained in:
Marko Korhonen 2024-06-20 22:02:05 +03:00
parent 65203b480b
commit 53c84a3200
4 changed files with 45 additions and 0 deletions

View file

@ -1,6 +1,14 @@
COMPRESSION="zstd"
{%@@ if profile == "Mirkwood" or profile == "Moria" @@%}
MODULES=(amdgpu)
{%@@ elif profile == "Shire" @@%}
MODULES=(i915)
{%@@ endif @@%}
{%@@ if profile == "Mirkwood" or profile == "Moria" @@%}
BINARIES=("/usr/bin/btrfs")
{%@@ else @@%}
BINARIED=()
{%@@ endif @@%}
FILES=()
{%@@ if profile == "Mirkwood" @@%}
@ -8,4 +16,6 @@ HOOKS=(base udev kms plymouth keyboard autodetect microcode modconf block filesy
{%@@ elif profile == 'Moria' @@%}
#HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs encrypt fsck)
HOOKS=(base udev kms keyboard autodetect microcode modconf block netconf dropbear encryptssh filesystems btrfs fsck)
{%@@ elif profile == 'Shire' @@%}
HOOKS=(base udev kms plymouth keyboard autodetect microcode modconf block filesystems encrypt fsck)
{%@@ endif @@%}