arch-installer/example-headless-docker.cfg

33 lines
652 B
INI
Raw Normal View History

2022-07-16 17:18:03 +02:00
# Example config for a headless root server running docker
FQDN=v2202012136854137045.happysrv.de
STATIC_IP=45.83.105.88
IPV6_CAPABLE=true
HOSTNAME=netcup-example
2022-07-16 17:18:03 +02:00
USERNAME=yoda
FDE=false
2022-07-16 17:18:03 +02:00
TARGET_BLOCK_DEVICE=/dev/sda
BOOT_PART_SIZE=260
2022-07-16 17:18:03 +02:00
FS=BTRFS
FS_ADDITIONAL_MOUNT_OPTIONS=('noatime')
CPU_VENDOR=none
BOOT_FIRMWARE=uefi
INITRAMFS=dracut
2022-07-16 17:18:03 +02:00
LEAVE_MOUNTED=false
PACSTRAP_INTERACTIVE=true
############## ADDITIONAL_PKGS from here on ##############
2022-07-16 17:18:03 +02:00
ADDITIONAL_PKGS=()
# Remote SSH access
2022-07-16 17:18:03 +02:00
ADDITIONAL_PKGS+=('de-p1st-ssh' 'de-p1st-ssh-key-yoda')
# Docker and Docker Compose
2022-07-16 17:18:03 +02:00
ADDITIONAL_PKGS+=('de-p1st-docker')
# cronie
ADDITIONAL_PKGS+=('de-p1st-cronie')