From b370dde629290c654aaff75c010b9aadb6ddd0d5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 21 Sep 2024 01:55:52 +0100 Subject: Add greeter option --- README.org | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 904acdf..b5ba13c 100644 --- a/README.org +++ b/README.org @@ -39,23 +39,24 @@ Follow the setup process bellow to install it onto a system. * Configuration Options Configuration options are available in the =config= file. -| Option | Example | Notes | -|--------------+----------------+--------------------------------------------------| -| =drive= | /dev/sda | main device for installation | -| =boot= | /dev/sda1 | can be already in use if =duel_boot= is enabled | -| =root= | /dev/sda2 | will use BTRFS with dedicated subvolumes | -| =swap_size= | auto | can be set explicitly, e.g. =8G= or =16G= | -| =boot_size= | 512M | set a large value if duel booting, e.g. =1G= | -| =duel_boot= | true | =boot= must be already setup & separate from =drive= | -| =timezone= | Europe/London | timezones are defined in =/usr/share/zoneinfo/= | -| =locale= | en_GB | locales are defined in =/etc/locale.gen= | -| =user= | blake | the main user of the system | -| =user_groups= | wheel,log,seat | groups for =user=, see [[https://wiki.archlinux.org/title/Users_and_groups#Group_list][ArchWiki]] for more info | -| =hostname= | ArtixPC | the system name | -| =arch_support= | false | enables extra & multilib repositories | -| =enable_aur= | false | installs the =trizen= AUR helper | -| =autologin= | false | automatically login system | -| =elogind= | true | if false, =seatd= and =turnstile= is used | +| Option | Example | Notes | +|--------------+----------------+---------------------------------------------------------| +| =drive= | /dev/sda | main device for installation | +| =boot= | /dev/sda1 | can be already in use if =duel_boot= is enabled | +| =root= | /dev/sda2 | will use BTRFS with dedicated subvolumes | +| =swap_size= | auto | can be set explicitly, e.g. =8G= or =16G= | +| =boot_size= | 512M | set a large value if duel booting, e.g. =1G= | +| =duel_boot= | true | =boot= must be already setup & separate from =drive= | +| =timezone= | Europe/London | timezones are defined in =/usr/share/zoneinfo/= | +| =locale= | en_GB | locales are defined in =/etc/locale.gen= | +| =user= | blake | the main user of the system | +| =user_groups= | wheel,log,seat | groups for =user=, see [[https://wiki.archlinux.org/title/Users_and_groups#Group_list][ArchWiki]] for more info | +| =hostname= | ArtixPC | the system name | +| =arch_support= | false | enables extra & multilib repositories | +| =enable_aur= | false | installs the =trizen= AUR helper | +| =autologin= | false | automatically login system | +| =elogind= | true | if false, =seatd= and =turnstile= is used | +| =greeter= | greetd | enables =greetd= with =tuigreet= or the =agetty= login prompt | * Notes Last tested using =artix-base-dinit-20240823-x86_64.iso= on a UEFI system. -- cgit