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'