added config

This commit is contained in:
moritz 2019-05-27 14:25:15 +00:00
parent 79afdd8704
commit 8586ebc9ec

13
install.conf Normal file
View File

@ -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'