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:13] 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
-xbps-install -y syslinux+
 extlinux --install /boot extlinux --install /boot
 </code> </code>
Line 62: 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