diff options
| -rw-r--r-- | README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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) |
