User Tools


root:void

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
root:void [2025/11/18 11:08] marlonivoroot:void [2025/11/18 11:29] (current) marlonivo
Line 37: Line 37:
 mount -t sysfs sys /mnt/sysroot/sys mount -t sysfs sys /mnt/sysroot/sys
 mount -o bind /dev /mnt/sysroot/dev mount -o bind /dev /mnt/sysroot/dev
 +mount -o bind /run /mnt/sysroot/run
 </code> </code>
  
Line 51: Line 52:
 <code> <code>
 xbps-install -u xbps xbps-install -u xbps
-xbps-install -y base-system +xbps-install -y base-system syslinux
-</code> +
- +
- +
-### **9. Kernel installieren** +
- +
-<code> +
-xbps-install -y linux +
-</code> +
- +
-### **10. Syslinux installieren (SeaBIOS)** +
- +
-<code> +
-xbps-install -y syslinux+
 extlinux --install /boot extlinux --install /boot
 </code> </code>
Line 74: Line 62:
 DEFAULT void DEFAULT void
 LABEL void LABEL void
-LINUX /boot/vmlinuz +LINUX /boot/vmlinuz-VERSION 
-INITRD /boot/initramfs-linux.img+INITRD /boot/initramfs-VERSION.img
 APPEND root=/dev/sda1 rw APPEND root=/dev/sda1 rw
 EOF EOF