mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
32 lines
728 B
INI
32 lines
728 B
INI
# Example config (for test in virtual machine)
|
|
|
|
# FQDN=domain.name.of.this.host.de
|
|
# STATIC_IP=123.456.789.012
|
|
# IPV6_CAPABLE=1
|
|
HOSTNAME=yodaTest
|
|
USERNAME=arch
|
|
|
|
# one should rather enter these interactively than saving in this cfg
|
|
USER_PWD=test
|
|
LUKS_PWD=test
|
|
|
|
# if unset, then USER_PWD will be used for ROOT_PWD
|
|
# ROOT_PWD=test
|
|
|
|
KERNEL=linux
|
|
|
|
TARGET_BLOCK_DEVICE=/dev/sda
|
|
BOOT_PART_SIZE=500 # MiB
|
|
FS=BTRFS
|
|
FS_CHOSEN_MOUNT_OPTIONS=('noatime')
|
|
|
|
# If not booted into the target system, these values should be set:
|
|
# CPU_VENDOR: "amd", "intel" or "none"
|
|
CPU_VENDOR=none
|
|
BIOS_TYPE=uefi
|
|
|
|
# If set to "1", then the data, boot and luks partitions
|
|
# will be left mounted/opened after installation
|
|
LEAVE_MOUNTED=1
|
|
|
|
PACSTRAP_INTERACTIVE=1 |