MT#6253 Add further boot entries to boot splash

changes/06/606/1
Michael Prokop 11 years ago
parent da2b541157
commit c38b3f3edc

@ -1,6 +1,3 @@
## 30 seconds timeout
timeout 300
## background image
menu background sipwise.png
@ -35,8 +32,7 @@ menu color unsel 0 #ff000000 #00000000 none
## text
menu title Grml-Sipwise - The VoIP experts
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
menu autoboot Automatic boot in # second{,s}...
menu tabmsg Press ENTER to boot or TAB to adjust menu entries
## source files
default grml
@ -50,31 +46,133 @@ label grml
Sipwise Next Generation Communication
Platform. http://sipwise.com/
Boot into live rescue system.
Based on http://grml.org/
endtext
label ce
menu label Install sip:providerCE - DHCP
menu label Install latest sip:providerCE - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=wheezy scripts ngcphostname=spce
text help
Install sip:provider
community edition.
community edition,
latest available stable release.
Retrieve network configuration
via DHCP.
endtext
label cenw
menu label Install sip:providerCE - static NW config
menu label Install latest sip:providerCE - static NW
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.emg live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=wheezy scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8
text help
Install sip:provider
community edition.
community edition,
latest available stable release.
Use static IP configuration, adjust
ip=... and dns=... options in boot
command line as necessary.
endtext
label celts
menu label Install 2.8 LTS sip:providerCE - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=wheezy ngcpvers=2.8 scripts ngcphostname=spce
text help
Install sip:provider
community edition,
LTS version 2.8.
Retrieve network configuration
via DHCP.
endtext
label celtsnw
menu label Install 2.8 LTS sip:providerCE - static NW
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.emg live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=wheezy ngcpvers=2.8 scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8
text help
Install sip:provider
community edition,
LTS version 2.8.
Use static IP configuration, adjust
ip=... and dns=... options in boot
command line as necessary.
endtext
menu separator
label squeeze
menu label Install plain Debian/squeeze 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce nongcp ssh=sipwise
debianrelease=squeeze scripts
text help
Install Debian squeeze, 64bit.
Does NOT install sip:provider
platform.
Retrieve network configuration
via DHCP.
endtext
label squeezenw
menu label Install plain Debian/squeeze 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce nongcp ssh=sipwise
debianrelease=squeeze scripts ip=192.168.1.100::192.168.1.1:255.255.255.0:debian:eth0:off dns=8.8.8.8
text help
Install Debian squeeze, 64bit.
Does NOT install sip:provider
platform.
Use static IP configuration, adjust
ip=... and dns=... options in boot
command line as necessary.
endtext
label wheezy
menu label Install plain Debian/wheezy 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce nongcp ssh=sipwise
debianrelease=wheezy scripts
text help
Install Debian wheezy, 64bit.
Does NOT install sip:provider
platform.
Retrieve network configuration
via DHCP.
endtext
label wheezynw
menu label Install plain Debian/wheezy 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce nongcp ssh=sipwise
debianrelease=wheezy scripts ip=192.168.1.100::192.168.1.1:255.255.255.0:debian:eth0:off dns=8.8.8.8
text help
Install Debian wheezy, 64bit.
Does NOT install sip:provider
platform.
Use static IP configuration, adjust
in boot command line if necessary.
ip=... and dns=... options in boot
command line as necessary.
endtext

Loading…
Cancel
Save