make it a one filer
This commit is contained in:
parent
887c9b3316
commit
93ad1bbae7
13
install.conf
13
install.conf
@ -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'
|
|
12
install.sh
12
install.sh
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user