From 8fb6254a70f26d4b006ae058e8213249ac5ffb50 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sat, 19 Sep 2020 11:14:14 +0200 Subject: Drive choice warning --- alis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- cgit v1.2.3