added config
This commit is contained in:
parent
79afdd8704
commit
8586ebc9ec
13
install.conf
Normal file
13
install.conf
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user