This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.cfg
53 lines (47 loc) · 1.94 KB
/
custom.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# Useful resources for UBCD customization:
#
# - http://syslinux.zytor.com/wiki/index.php/The_SYSLINUX_Project
# - http://www.ultimatebootcd.com/customize.html
#
MENU INCLUDE /ubcd/menus/syslinux/defaults.cfg
UI menu.c32
LABEL -
MENU LABEL ..
CONFIG /ubcd/menus/syslinux/main.cfg
LABEL -
MENU LABEL linuxmint-17.1-cinnamon-32bit.iso
TEXT HELP
Linux Mint is an Ubuntu-based distribution whose goal is
to provide a more complete out-of-the-box experience by
including browser plugins, media codecs, support for DVD
playback, Java and other components.
ENDTEXT
KERNEL /ubcd/custom/linuxmint-17.1-cinnamon-32bit/casper/vmlinuz
APPEND initrd=/ubcd/custom/linuxmint-17.1-cinnamon-32bit/casper/initrd.lz live-media-path=/ubcd/custom/linuxmint-17.1-cinnamon-32bit/casper ignore_uuid boot=casper quiet splash --
LABEL -
MENU LABEL linuxmint-17.1-cinnamon-64bit.iso
TEXT HELP
Linux Mint is an Ubuntu-based distribution whose goal is
to provide a more complete out-of-the-box experience by
including browser plugins, media codecs, support for DVD
playback, Java and other components.
ENDTEXT
KERNEL /ubcd/custom/linuxmint-17.1-cinnamon-64bit/casper/vmlinuz
APPEND initrd=/ubcd/custom/linuxmint-17.1-cinnamon-64bit/casper/initrd.lz live-media-path=/ubcd/custom/linuxmint-17.1-cinnamon-64bit/casper ignore_uuid boot=casper quiet splash --
LABEL -
MENU LABEL kali-linux-1.0.6-amd64.iso
TEXT HELP
Kali Linux is the new generation of the industry-leading
BackTrack Linux penetration testing and security auditing
Linux distribution.
ENDTEXT
KERNEL /ubcd/custom/kali-linux-1.0.6-amd64/live/vmlinuz
APPEND initrd=/ubcd/custom/kali-linux-1.0.6-amd64/live/initrd.img live-media-path=/ubcd/custom/kali-linux-1.0.6-amd64/live ignore_uuid boot=live noconfig=sudo username=root hostname=kali
LABEL -
MENU LABEL Your own boot image here
TEXT HELP
Your help message goes here.
ENDTEXT
COM32 linux.c32 memdisk
INITRD /ubcd/custom/boot.img