summaryrefslogtreecommitdiff
path: root/alis-recovery.conf
diff options
context:
space:
mode:
authorpicodotdev <pico.dev@gmail.com>2018-01-16 21:30:15 +0100
committerpicodotdev <pico.dev@gmail.com>2018-01-20 02:34:00 +0100
commit3ca52f4c54180e55e2fdfa30d5b74afc91d79902 (patch)
treeec9f9ae9d3a489ab4738caeb8deb1b35a143317f /alis-recovery.conf
parent275a5534d0f0411cade6e1f68d2c4a42cd64527c (diff)
Add new features
* rEFInd bootloader * systemd-boot bootloader * Various tweaks
Diffstat (limited to 'alis-recovery.conf')
-rw-r--r--alis-recovery.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/alis-recovery.conf b/alis-recovery.conf
new file mode 100644
index 0000000..de13328
--- /dev/null
+++ b/alis-recovery.conf
@@ -0,0 +1,14 @@
+# init
+KEYS="es"
+
+# partition
+DEVICE="/dev/sda"
+LVM="true"
+PARTITION_ROOT_ENCRYPTION_PASSWORD="archlinux"
+
+# network_install
+WIFI_INTERFACE=""
+WIFI_ESSID=""
+WIFI_KEY=""
+WIFI_HIDDEN=""
+PING_HOSTNAME="mirrors.kernel.org"