From d0681f230c416a172276a2d1a27b7dd8f8968de0 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 28 Mar 2024 22:57:10 +0000 Subject: Update README with changes --- README | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README b/README index 1ae4b4f..bbbff76 100644 --- a/README +++ b/README @@ -30,15 +30,15 @@ EXAMPLE SYSTEM LAYOUT: +---------------------------------------------------+ CONFIGURATION: -- drive: the drive to perform the installation. -- boot: the boot partition. -- swap: the swap partition. -- root: the root partition (which will be encrypted). +- drive: the drive to perform the installation +- boot: the boot partition +- swap: the swap partition +- root: the root partition - swap_size: defaults to auto, but can be overwritten e.g: 'swap_size=8G'. -- boot_size: Defaults to 512M. Can be overwritten +- boot_size: defaults to 512M. Can be overwritten e.g: 'boot_size=1G'. - timezone: a timezone (defined in '/usr/share/zoneinfo/'). @@ -47,8 +47,10 @@ CONFIGURATION: - user_groups: the groups 'user' belongs to. - hostname: the hostname of the system. +- encrypt: whether or not to encrypt the drive + - arch_support: whether to enable Arch repositories. - (enables extra, community, & multilib) + (enables extra & multilib) - enable_aur: specifies whether to install an AUR helper. (installs trizen AUR helper) -- cgit