summaryrefslogtreecommitdiff
path: root/alis.conf
diff options
context:
space:
mode:
authorpico.dev <pico.dev@gmail.com>2020-03-03 18:54:38 +0100
committerpico.dev <pico.dev@gmail.com>2020-03-03 22:31:48 +0100
commit3d3a34cac6f24d9c20884b6f9f42593f00b44c62 (patch)
tree950950754e38e5c60fe48382347ac77bac399c2e /alis.conf
parent6ecf320800b48f9afd3df5374bd6e1a32c1fd0ff (diff)
New features and updates
* Support BTRFS subvolumes * Support AMD microcode * Update HOOKS logic
Diffstat (limited to 'alis.conf')
-rw-r--r--alis.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/alis.conf b/alis.conf
index 20f1939..d99eb36 100644
--- a/alis.conf
+++ b/alis.conf
@@ -10,11 +10,11 @@ LOG="false"
# partition
DEVICE="/dev/sda !/dev/nvme0n1 !/dev/mmcblk0" # sata nvme mmc (single)
DEVICE_TRIM="true" # If DEVICE supports TRIM
-LVM="true" # True if use LVM for partitioning
+LVM="true" # true if use LVM for partitioning
PARTITION_ROOT_ENCRYPTION_PASSWORD="archlinux" # LUKS encryption key, if LVM will be user LVM on LUKS. Empty for not use LUKS/encryption. Warning: change it!
PARTITION_ROOT_ENCRYPTION_PASSWORD_RETYPE="archlinux"
FILE_SYSTEM_TYPE="ext4 !btrfs !xfs" # (single)
-SWAP_SIZE="!2GiB !4GiB !8GiB" # (single, not supported in btrfs)
+SWAP_SIZE="!2GiB !4GiB !8GiB" # (single)
# network_install
WIFI_INTERFACE=""
@@ -47,6 +47,9 @@ USER_PASSWORD_RETYPE="archlinux"
ADDITIONAL_USER_NAMES="" # list separated by space
ADDITIONAL_USER_PASSWORDS="" # list separated by space
+# mkinitcpio
+HOOKS="base !udev !usr !resume !systemd !btrfs keyboard autodetect modconf block !net !dmraid !mdadm !mdadm_udev !keymap !consolefont !sd-vconsole !encrypt !lvm2 !sd-encrypt !sd-lvm2 fsck filesystems"
+
# bootloader
BOOTLOADER="grub !refind !systemd" # (single)