2021-04-29 20:25:30 +02:00
|
|
|
# Example config
|
|
|
|
# for test in virtual machine
|
|
|
|
|
2021-05-02 16:13:39 +02:00
|
|
|
# FQDN=domain.name.of.this.host.de
|
|
|
|
# STATIC_IP=123.456.789.012
|
|
|
|
# IPV6_CAPABLE=1
|
2021-04-29 20:25:30 +02:00
|
|
|
HOSTNAME=yodaTest
|
|
|
|
USERNAME=arch
|
2021-05-02 14:28:28 +02:00
|
|
|
|
|
|
|
# one should rather enter these interactively than saving in this cfg
|
2021-04-29 20:25:30 +02:00
|
|
|
USER_PWD=test
|
|
|
|
LUKS_PWD=test
|
|
|
|
|
2021-05-02 21:43:50 +02:00
|
|
|
# if unset, then USER_PWD will be used for ROOT_PWD
|
|
|
|
# ROOT_PWD=test
|
|
|
|
|
2021-04-29 20:25:30 +02:00
|
|
|
KERNEL=linux
|
|
|
|
|
2021-05-01 13:37:28 +02:00
|
|
|
TARGET_BLOCK_DEVICE=/dev/sda
|
|
|
|
BOOT_PART_SIZE=500 # MiB
|
2021-04-29 20:25:30 +02:00
|
|
|
FS=BTRFS
|
2021-05-01 17:04:27 +02:00
|
|
|
FS_CHOSEN_MOUNT_OPTIONS=('noatime')
|
2021-04-29 20:25:30 +02:00
|
|
|
|
|
|
|
CPU_VENDOR=none
|
|
|
|
BIOS_TYPE=uefi
|