summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-09-19 11:14:14 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-10-03 16:52:16 +0200
commit8fb6254a70f26d4b006ae058e8213249ac5ffb50 (patch)
tree58ff0edebacf47e534e951aa5c39935cad717595
parent4e186f3164862195742764387e5054221a872e20 (diff)
Drive choice warning
-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!