summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-03-28 22:57:10 +0000
committerBlake Romero <blake@blkrom.com>2024-03-28 22:57:10 +0000
commitd0681f230c416a172276a2d1a27b7dd8f8968de0 (patch)
tree5c58672a5558afe941363bbb0066f30a922a2a76 /README
parent3e33bc9e3c5d0279e3b5173532a97f7b7ca5d0b7 (diff)
Update README with changes
Diffstat (limited to 'README')
-rw-r--r--README14
1 files 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)