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

40 lines
1.1 KiB
INI
Raw Normal View History

2021-05-03 17:38:10 +02:00
# Example config (for test in virtual machine)
2021-04-29 20:25:30 +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
# 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
# if unset, then USER_PWD will be used for ROOT_PWD
# ROOT_PWD=test
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
2021-05-03 17:38:10 +02:00
# If not booted into the target system, these values should be set:
# CPU_VENDOR: "amd", "intel" or "none"
2021-04-29 20:25:30 +02:00
CPU_VENDOR=none
BIOS_TYPE=uefi
2021-05-03 17:38:10 +02:00
# If set to "1", then the data, boot and luks partitions
# will be left mounted/opened after installation
LEAVE_MOUNTED=1
2021-05-04 21:01:22 +02:00
2021-05-04 21:58:57 +02:00
PACSTRAP_INTERACTIVE=1
2021-05-05 16:20:25 +02:00
# Additional pacman packages
# E.g. to specify the preferred providers and avoid questions during pacstrap
# -> Choose providers for initramfs, de-p1st-kernel, de-p1st-ucode
#
# Even though de-p1st-mkinitcpio depends on mkinitcpio,
# pacstrap will still ask for an provider for initramfs
# except if we explicitly add mkinitcpio here
2021-05-05 12:17:27 +02:00
ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder')