diff options
| author | Blake Romero <blake@blkrom.com> | 2024-09-21 01:55:52 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-09-21 01:55:52 +0100 |
| commit | b370dde629290c654aaff75c010b9aadb6ddd0d5 (patch) | |
| tree | 001080e8a932bda52dea65fecda740154e0e020f /README.org | |
| parent | 77e890fb6ea763c9d8be303277c84c6b06229d7f (diff) | |
Add greeter option
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -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. |
