summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-09-21 02:05:29 +0100
committerBlake Romero <blake@blkrom.com>2024-09-21 02:05:29 +0100
commitd98a85b9fed86d382ee7a459a659879923fe8a4b (patch)
tree4c0be0362b9ebf0bd6bea82c2fc5c315cc24313f /README.org
parentb370dde629290c654aaff75c010b9aadb6ddd0d5 (diff)
Add package repo links to README
Diffstat (limited to 'README.org')
-rw-r--r--README.org37
1 files changed, 19 insertions, 18 deletions
diff --git a/README.org b/README.org
index b5ba13c..cbe386a 100644
--- a/README.org
+++ b/README.org
@@ -39,24 +39,25 @@ 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 |
-| =greeter= | greetd | enables =greetd= with =tuigreet= or the =agetty= login prompt |
+| 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, [[https://sr.ht/~kennylevinsen/seatd/][seatd]] and [[https://github.com/chimera-linux/turnstile][turnstile]] is used |
+| =greeter= | greetd | enables greetd with [[https://github.com/apognu/tuigreet][tuigreet]] or the default =agetty= login prompt |
+
* Notes
Last tested using =artix-base-dinit-20240823-x86_64.iso= on a UEFI system.