From 93b247fc9e3eaf9bf67900dc1cbc4e4631c92bfd Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 22 Oct 2021 13:57:25 +0200 Subject: [PATCH] oops include settings.env this time. --- settings.env | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 settings.env diff --git a/settings.env b/settings.env new file mode 100644 index 0000000..157b132 --- /dev/null +++ b/settings.env @@ -0,0 +1,23 @@ +############## +# Partioning # +############## +# Base path to the device that will contain the system. +DISK_BASE="/dev/sda" +# Size of the swap partition. +SWAP_SIZE="8GiB" +# Base path to partions of the device that will contain the system. +# On nvme drives this is most likely in the form /dev/nvme0n1p +# For other drives it is most likely the same as the DISK_BASE +PARTITION_BASE="/dev/sda" + + +################### +# System settings # +################### +# General system settings. See arch wiki for possible values of these. +TIME_ZONE="Europe/Amsterdam" +LOCALE="en_US.UTF-8" +HOSTNAME="arch" +# The vendor of your CPU. This is used to install the correct microcode package. +CPU_VENDOR="amd" +