USB Flash Boot Frenzy: Puppy Linux

Adding Puppy Linux to syslinux entries is pretty simple: copy all the files to a directory inside your flashdrive, add an entry for Puppy Linux.
# mount -o loop puppy*.iso /mnt/puppy 
# mount /dev/sdb1 /mnt/flashdrive 
# cp -vfr /mnt/puppy /mnt/flashdrive

Puppy's entry should look like to this:
label puppy 
kernel /puppy/vmlinuz 
append initrd=/puppy/initrd.gz pmedia=usbflash 

Luckily, Puppy can find its own compressed SquashFS (unlike Ubuntu) :D

0 rants: