This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| guide:artix_arch_install [2023-08-11 Fri 04:53] – theorytoe | guide:artix_arch_install [2025-03-23 Sun 02:12] (current) – [Pre-steps] fix download link theorytoe | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Secondly this guide assumes you'll be installing runit as your init of choice, of course you don't have to follow that recommendation, | Secondly this guide assumes you'll be installing runit as your init of choice, of course you don't have to follow that recommendation, | ||
| + | |||
| + | (Also this guide was last updated 2023-12-25 so beware if its currently a few years after this.) | ||
| ===== Pre-steps ===== | ===== Pre-steps ===== | ||
| For sake of completenes: | For sake of completenes: | ||
| - | * Grab a iso from [[https:// | + | * Grab a iso from [[https:// |
| - | * Falsh to a usb | + | * Flash to a usb |
| * Disable secure boot on the target machine (backup keys too) | * Disable secure boot on the target machine (backup keys too) | ||
| * Plugin & boot (live passwd is ' | * Plugin & boot (live passwd is ' | ||
| Line 41: | Line 43: | ||
| * ''/ | * ''/ | ||
| * ''/'' | * ''/'' | ||
| - | * '' | + | * '' |
| Now some systems //also// have 1 more more of the following partitions: | Now some systems //also// have 1 more more of the following partitions: | ||
| Line 158: | Line 160: | ||
| </ | </ | ||
| - | Now set the system clock to hardware | + | Now set the system clock to hardware. **NOTE:** If youre time is incorrect even after setting both |
| + | the timezone and the hwclock. Go into your BIOS and make sure your system clock is synced up to | ||
| + | **GMT**. If it is not, set it, as if its on anything else your clock will be wrong. | ||
| <code bash> | <code bash> | ||
| hwclock --systohc | hwclock --systohc | ||
| Line 224: | Line 228: | ||
| ===== Post-install ===== | ===== Post-install ===== | ||
| + | Once you finish the main install, there may be a couple of other things that you want to do with your system. There are a couple of things that I do with all of my systems. | ||
| - | Once you finish the main install, there may be a couple of other things that you want to do with your system. | + | ==== Primary User ==== |
| + | You'll probably | ||
| - | ==== Universe Repository ==== | + | <code bash> |
| + | useradd -mU $username -s /bin/bash | ||
| + | # for sudo privs | ||
| + | usermod -aG wheel $username | ||
| + | </ | ||
| + | ==== Universe Repository ==== | ||
| Artix has some nice community-maintained packages in the upstream '' | Artix has some nice community-maintained packages in the upstream '' | ||
| Line 243: | Line 254: | ||
| ==== Arch Repos ==== | ==== Arch Repos ==== | ||
| - | |||
| You can setup artix to also pull from the arch '' | You can setup artix to also pull from the arch '' | ||