forked from yoshi314/multi-live-usb-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
puppy.cfg
26 lines (20 loc) · 751 Bytes
/
puppy.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#puppy linux
#put the kernel, initrd and the sfs file into /puppy, and rename them accordingly
#following syntax is good enough for all puppy spin-offs and derivatives that use the same init system
#and can be put on usb side-by-side with different psubdir
label puppy
menu label Puppy Linux
kernel /puppy/vmlinuz
append initrd=/puppy/initrd.gz psubdir=puppy
label slacko
menu label Puppy Linux - Slacko
kernel /puppy/slacko/vmlinuz
append initrd=/puppy/slacko/initrd.gz psubdir=puppy/slacko
label macpup
menu label Puppy Linux - MacPup
kernel /puppy/macpup/vmlinuz
append initrd=/puppy/macpup/initrd.gz psubdir=puppy/macpup
label archpup
menu label Puppy Linux - ArchPup
kernel /archpup/vmlinuz
append initrd=/archpup/initrd.gz psubdir=archpup