At one time I was able to have multiple puppies on a flash drive and select which one to boot from a syslinux menu...I managed to loose the file and can't recreate one that works.
Here's my syslinux.cfg file
Code: Select all
default puppy
display /quirky13/boot.msg
prompt 1
timeout 50
F1 /quirky13/boot.msg
F2 /quirky13/help.msg
F3 /quirky13/help2.msg
label puppy
kernel /quirky13/vmlinuz
append initrd=/quirky13/initrd.gz pmedia=usbflash pfix=copy
F1 /quirky12/boot.msg
F2 /quirky12/help.msg
F3 /quirky12/help2.msg
label puppy2
kernel /quirky12/vmlinuz
append initrd=/quirky12/initrd.gz pmedia=usbflash pfix=copy
[/code]
Thanks
Thom