summaryrefslogtreecommitdiff
path: root/alis-recovery.conf
diff options
context:
space:
mode:
authorpicodotdev <pico.dev@gmail.com>2018-11-30 13:44:16 +0100
committerpicodotdev <pico.dev@gmail.com>2018-11-30 14:24:46 +0100
commitbeec173a23ccd5ba67b925102bf31ab423a9d6a5 (patch)
tree800fbc0cb6db81757ee6b4a50c1feae034276890 /alis-recovery.conf
parent809591dde35764d60539207fa529a5f9746ad6f5 (diff)
Fix recovery, steps messages and retype password
Diffstat (limited to 'alis-recovery.conf')
-rw-r--r--alis-recovery.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/alis-recovery.conf b/alis-recovery.conf
index de13328..6fd32e7 100644
--- a/alis-recovery.conf
+++ b/alis-recovery.conf
@@ -2,9 +2,11 @@
KEYS="es"
# partition
-DEVICE="/dev/sda"
+DEVICE="/dev/sda !/dev/nvme0n1" # sata nvme
+DEVICE_TRIM="true"
LVM="true"
-PARTITION_ROOT_ENCRYPTION_PASSWORD="archlinux"
+PARTITION_ROOT_ENCRYPTION_PASSWORD="archlinux" # Warning: change it!
+PARTITION_ROOT_ENCRYPTION_PASSWORD_RETYPE="archlinux"
# network_install
WIFI_INTERFACE=""