2021-06-14 19:30:29 +02:00
|
|
|
# Example config for testing in VirtualBox
|
2021-04-29 20:25:30 +02:00
|
|
|
|
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
|
2021-05-14 11:07:56 +02:00
|
|
|
USERNAME=yoda
|
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-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
|
2021-06-18 19:32:30 +02:00
|
|
|
# will be left mounted/opened for manual inspection
|
|
|
|
# after the installation
|
2021-05-03 17:38:10 +02:00
|
|
|
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
|
|
|
|
2021-06-19 22:56:16 +02:00
|
|
|
############## ADDITIONAL_PKGS from here on ##############
|
2021-06-14 20:41:52 +02:00
|
|
|
ADDITIONAL_PKGS=()
|
2021-06-19 22:56:16 +02:00
|
|
|
|
|
|
|
# Specify the preferred providers for initramfs, de-p1st-kernel, de-p1st-ucode
|
|
|
|
ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder')
|
|
|
|
# VBox guest additions
|
|
|
|
ADDITIONAL_PKGS+=('virtualbox-guest-utils')
|
2021-05-05 16:58:31 +02:00
|
|
|
# XFCE4 desktop with HiDPI
|
2021-06-18 19:32:30 +02:00
|
|
|
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-tablet')
|
2021-06-19 22:56:16 +02:00
|
|
|
|
|
|
|
# Audio
|
|
|
|
## pulseaudio - base
|
|
|
|
ADDITIONAL_PKGS+=('pulseaudio' 'pulseaudio-alsa' 'pavucontrol')
|
|
|
|
## pulseaudio - xfce4
|
|
|
|
ADDITIONAL_PKGS+=('xfce4-pulseaudio-plugin')
|
|
|
|
## sound theme
|
|
|
|
ADDITIONAL_PKGS+=('libcanberra' 'libcanberra-pulse')
|
|
|
|
|
|
|
|
# If your network is unsafe, e.g. if you live in Germany, then include a VPN client
|
|
|
|
ADDITIONAL_PKGS+=('riseup-vpn')
|
|
|
|
# Smartcard (e.g. Nitrokey or Yubikey)
|
2021-06-15 12:39:36 +02:00
|
|
|
ADDITIONAL_PKGS+=('de-p1st-smartcard')
|
2021-06-19 22:56:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Other programs
|
|
|
|
ADDITIONAL_PKGS+=('signal-desktop' 'nextcloud-client' 'keepassxc' 'xournalpp')
|
|
|
|
# Development
|
2021-06-18 19:32:30 +02:00
|
|
|
ADDITIONAL_PKGS+=('intellij-idea-ultimate-edition' 'intellij-idea-ultimate-edition-jre')
|
2021-06-19 22:56:16 +02:00
|
|
|
# Document viewer
|
|
|
|
ADDITIONAL_PKGS+=('evince')
|
|
|
|
# Gallery / image viewer
|
2021-06-15 20:49:47 +02:00
|
|
|
ADDITIONAL_PKGS+=('nomacs' 'qt5-imageformats')
|