start:system:artix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:artix [2024/12/29 07:15] – [Configure the base system] marlonivo | start:system:artix [2024/12/29 07:17] (current) – [Install Artix Base System] marlonivo | ||
---|---|---|---|
Line 79: | Line 79: | ||
Installiere das Basis-System (wähle das basissystem deiner ISO Datei) sowie den Kernel (Linux) auf der Root-Partition und synchronisiere den Computer mit der Uhrzeit: | Installiere das Basis-System (wähle das basissystem deiner ISO Datei) sowie den Kernel (Linux) auf der Root-Partition und synchronisiere den Computer mit der Uhrzeit: | ||
< | < | ||
- | basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware | + | basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware |
</ | </ | ||
Line 102: | Line 102: | ||
</ | </ | ||
- | Install a bootloader (in our case grub). | + | Install a bootloader (in our case grub) onto your Partition. |
< | < | ||
grub-install --target=x86_64-efi --efi-directory=/ | grub-install --target=x86_64-efi --efi-directory=/ | ||
Line 110: | Line 110: | ||
Then, set the root passwd and add a regular user: | Then, set the root passwd and add a regular user: | ||
< | < | ||
- | passwd | + | passwd |
useradd -m user <- add regular user | useradd -m user <- add regular user | ||
- | passwd user | + | passwd |
</ | </ | ||
Line 119: | Line 119: | ||
exit | exit | ||
umount -R /mnt | umount -R /mnt | ||
- | reboot | + | reboot |
</ | </ | ||
start/system/artix.1735456509.txt.gz · Last modified: 2024/12/29 07:15 by marlonivo