forked from yoshi314/multi-live-usb-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slax.cfg
25 lines (22 loc) · 811 Bytes
/
slax.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
# SLAX 7
# copy slax/* to slax/
# copy slax/boot/vmlinuz and slax/boot/initrfs.img to /slax
LABEL slax
MENU LABEL Run Slax in graphical mode
KERNEL /slax/vmlinuz
APPEND vga=773 initrd=/slax/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=xmode
TEXT HELP
Additional options ( slax.flags=option1,option2 )
slax.flags=perch - enable persistence
slax.flags=toram - copy system to ram
ENDTEXT
LABEL slaxtxt
MENU LABEL Run Slax in text mode
KERNEL /slax/vmlinuz
APPEND vga=773 initrd=/slax/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
TEXT HELP
Additional options ( slax.flags=option1,option2 )
slax.flags=perch - enable persistence ;
slax.flags=toram - copy system to ram ;
slax.flags=pxe - run a thin client server (dhcp+tftp) serving slax to other clients
ENDTEXT