-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.cfg
More file actions
executable file
·124 lines (107 loc) · 2.99 KB
/
custom.cfg
File metadata and controls
executable file
·124 lines (107 loc) · 2.99 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#
# 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
SAY This is custom.cfg
# 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
# This one does not find it's file system
LABEL -
MENU LABEL Ubuntu 14.04 AMD64
TEXT HELP
Ubuntu 14.04 desktop
ENDTEXT
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/ubuntu-14.04-desktop-amd64.iso
APPEND iso raw
# This one doesn't work
# It can't find the CD
LABEL -
MENU LABEL Debian 8.0.0 Multi
TEXT HELP
Debian 8.0.0 netinstall but only rescue
ENDTEXT
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/debian-8.0.0-amd64-i386-netinst.iso
APPEND iso raw
# http://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/
# works on a i386 system
LABEL -
MENU LABEL Debian i386 memdisk
TEXT HELP
Install debian from hd-media
ENDTEXT
COM32 linux.c32 memdisk
INITRD /ubcd/custom/deb386.img.gz
# ftp://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/hd-media/
# works on an amd64
LABEL -
MENU LABEL Debian amd64 memdisk
TEXT HELP
Install debian from hd-media
ENDTEXT
COM32 linux.c32 memdisk
INITRD /ubcd/custom/deb-amd64.img.gz
# using kernel and initrd from hd-media seems to work
# although the gz version above is a little easier
LABEL -
MENU LABEL Debian test
TEXT HELP
Testing debian with the kernel
ENDTEXT
linux /install.386/vmlinuz
initrd /install.386/initrd.gz
#LABEL -
#MENU LABEL Debian 7.8.0 Rescue amd64
#TEXT HELP
# Debian 7.8.0 Rescue amd64
# ENDTEXT
# linux /ubcd/custom/live/vmlinuz
# initrd /ubcd/custom/live/initrd.img
# append boot=live config quiet splash findiso=debian-live-7.8.0-amd64-rescue.iso
## Disabled since the installer cant find the iso image
#LABEL -
#MENU LABEL Zentyal 3.2
#TEXT HELP
# Zentyal 3.2 i386
# ENDTEXT
# LINUX /boot/syslinux/memdisk
# INITRD /ubcd/custom/zentyal-3.2-i386.iso.gz
# APPEND iso raw
LABEL -
MENU LABEL grub
TEXT HELP
Grub for dos
ENDTEXT
KERNEL /ubcd/custom/grub.exe
APPEND --config-file=/ubcd/custom/grub.lst
# Contents of /ubcd/custom/debian/isolinux/isolinux.cfg
# with a the path added
#path
#include /ubcd/custom/debian/isolinux/menu.cfg
#default /ubcd/custom/debian/isolinux/vesamenu.c32
#prompt 0
#timeout 0
# deze geeft een fout van het ontbreken van een label
# als we dir direct als menu willen gebruiken
# APPEND /ubcd/custom/debian/isolinux/isolinux.cfg
LABEL debianmenu
MENU LABEL Debian
CONFIG /ubcd/custom/debian/isolinux/isolinux.cfg
APPEND /ubcd/custom/debian/isolinux/
LABEL debianmenu pogin g2
MENU LABEL DEBIAN2
config /ubcd/custom/debian/isolinux/menu.cfg
default /ubcd/custom/debian/isolinux/vesamenu.c32