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

44 lines
1.3 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=yoda
# 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:
2021-05-13 20:12:57 +02:00
# CPU_VENDOR: "autodetect", "amd", "intel" or "none"
CPU_VENDOR=autodetect
2021-05-13 20:39:25 +02:00
# BIOS_TYPE: "autodetect", "uefi" or "bios"
2021-04-29 20:25:30 +02:00
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-14 15:12:23 +02:00
ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'virtualbox-guest-utils')
2021-05-24 18:05:04 +02:00
#
2021-05-05 16:58:31 +02:00
# XFCE4 desktop with HiDPI
2021-05-24 18:05:04 +02:00
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-autologin-yoda' 'de-p1st-sddm-theme-default')