make it a one filer

This commit is contained in:
koksnuss 2019-05-27 17:55:16 +02:00
parent 887c9b3316
commit 93ad1bbae7
2 changed files with 11 additions and 14 deletions

View File

@ -1,13 +0,0 @@
# 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'

View File

@ -1,7 +1,17 @@
#!/bin/bash #!/bin/bash
source install.conf # 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'
# make command silent # make command silent
s() { s() {