Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:system:artix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:artix [2024/12/29 07:15] – [Configure the base system] marlonivostart: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:
 <code> <code>
-basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware && rc-service ntpd start+basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware
 </code> </code>
  
Line 102: Line 102:
 </code> </code>
  
-Install a bootloader (in our case grub).+Install a bootloader (in our case grub) onto your Partition.
 <code> <code>
 grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub       <-- for UEFI but works for BIOS too grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub       <-- for UEFI but works for BIOS too
Line 110: Line 110:
 Then, set the root passwd and add a regular user: Then, set the root passwd and add a regular user:
 <code> <code>
-passwd                 <- password for root+passwd                 <set password for root
 useradd -m user        <- add regular user useradd -m user        <- add regular user
-passwd user+passwd user            <- set password for user
 </code> </code>
  
Line 119: Line 119:
 exit                          exit                         
 umount -R /mnt umount -R /mnt
-reboot+reboot                  <- Plug off your USB-Stick before
 </code> </code>
  
start/system/artix.1735456509.txt.gz · Last modified: 2024/12/29 07:15 by marlonivo

Donate Marlon Ivo's Webpage