arch/pkg/de-p1st-installer/installer.cfg

23 lines
406 B
INI
Raw Normal View History

2021-04-29 20:25:30 +02:00
# Example config
# for test in virtual machine
# 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
# 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
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