From 8586ebc9ec912181d755224ac1fd6a85909af806 Mon Sep 17 00:00:00 2001 From: moritz Date: Mon, 27 May 2019 14:25:15 +0000 Subject: [PATCH] added config --- install.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 install.conf diff --git a/install.conf b/install.conf new file mode 100644 index 0000000..986330c --- /dev/null +++ b/install.conf @@ -0,0 +1,13 @@ +# install parameters + +# the storage device on which arch linux shall be installed +storage_device='/dev/sda' + +# boot mode: efi or bios, default=None the install script will determine the boot mode +# boot_mode='efi' + +# encryption password +encryption_password='barfoo' + +# additional packages to install +base='grub efibootmgr stow tmux git vim python3 wpa_supplicant'