summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.org b/README.org
index 0b4222e..c945bd1 100644
--- a/README.org
+++ b/README.org
@@ -9,14 +9,13 @@ Follow the setup process bellow to install it onto a system.
1. boot up a system with an [[https://artixlinux.org/download.php][Artix Linux ISO]] (it must be a dinit base image)
2. login as =root= with password =artix=
3. ensure system is connected to the internet
-4. download git & a text editor (e.g. =pacman -Syy git nano=)
+4. download git (e.g. =pacman -Syy git=)
5. clone this repository onto the system
6. configure options in the =config= file
7. run =install.sh= to begin installation
* Notes
- default root password is =artix=
-- decryption password is the =user= password
- UEFI is supported but not BIOS at the moment
* Example System Layout
@@ -51,10 +50,8 @@ Configuration options are available in the =config= file.
| =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 |
| =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.
+Last tested using artix-base-dinit-20260328-x86_64.iso on a UEFI system.