summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/alis.conf b/alis.conf
index 111868e..8e4bf98 100644
--- a/alis.conf
+++ b/alis.conf
@@ -11,7 +11,7 @@ KEYS="us"
LOG="false"
# partition
-DEVICE="/dev/sda !/dev/nvme0n1 !/dev/mmcblk0" # sata nvme mmc (single)
+DEVICE="!/dev/sda !/dev/nvme0n1 !/dev/mmcblk0" && echo "choose the drive to install on carefully!" && exit 1 # sata nvme mmc (single)
DEVICE_TRIM="true" # If DEVICE supports TRIM
LVM="true" # true if use LVM for partitioning
LUKS_PASSWORD="archlinux" && echo "change luks password" && exit 1 # LUKS encryption key, if LVM will be user LVM on LUKS. Empty for not use LUKS/encryption. Warning: change it!