Displaying 1 result from an estimated 1 matches for "usbslack".
Did you mean:
usbback
2017 Oct 17
1
Boot USB:SATA:Partition4 from USBstik?
...already
uses: /boot/isolinux isolinux.bin isolinux.cfg ..etc.
Even better would be if the TC64 stikBooter could be extended to boot
the Slak13 partition of the USB installed/chroot-able Slak13.
Some of the key-lines of the SlakScript are:--------------------
chroot $T_PX /sbin/mkdosfs -I -n USBSLACK -F 12 /dev/$STICK
$DOSSIZE 1> /dev/null 2> /dev/null
fi
if [ ! -d $TMP/bootdisk ]; then
mkdir $TMP/bootdisk
fi
mount -t vfat /dev/$STICK $TMP/bootdisk 1> /dev/null 2> /dev/null
if [ -r $T_PX/vmlinuz ]; then
cp $T_PX/vmlinuz $TMP/bootdisk/vmlinuz
elif [ -r $T_PX/boot...