MT#6253 Improved boot screen layout

changes/06/606/1
Alexander Lutay 12 years ago
parent d578b660b2
commit b8e6273e65

@ -1,11 +1,11 @@
menuentry "Install latest(##VERSION##) sip:providerCE - DHCP" { menuentry "Install ##VERSION## sip:providerCE - DHCP" {
echo 'Loading kernel...' echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce linux /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce
echo 'Loading initrd...' echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img initrd /boot/%SHORT_NAME%/initrd.img
} }
menuentry "Install latest(##VERSION##) sip:providerCE - static NW config" { menuentry "Install ##VERSION## sip:providerCE - static NW config" {
echo 'Loading kernel...' echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8 linux /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8
echo 'Loading initrd...' echo 'Loading initrd...'

@ -4,10 +4,10 @@ label ce##VERSION##
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcpvers=##VERSION## append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcpvers=##VERSION##
text help text help
Install sip:provider Install sip:provider community edition,
community edition, version ##VERSION##. version ##VERSION##.
Retrieve network configuration
via DHCP. Retrieve network configuration via DHCP.
endtext endtext
label cenw##VERSION## label cenw##VERSION##
@ -16,9 +16,10 @@ label cenw##VERSION##
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce dns=92.42.136.30 ngcpvers=##VERSION## ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce dns=92.42.136.30 ngcpvers=##VERSION## ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off
text help text help
Install sip:provider Install sip:provider community edition,
community edition, version ##VERSION##. version ##VERSION##.
Use static IP configuration, adjust
in boot command line if necessary. Use static IP configuration, adjust
in boot command line if necessary.
endtext endtext

@ -1,28 +1,25 @@
label ce##VERSION## label ce##VERSION##
menu label Install latest(##VERSION##) sip:providerCE - DHCP menu label Install ##VERSION## sip:providerCE - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce 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=##DIST## scripts ngcphostname=spce
text help text help
Install sip:provider Install sip:provider community edition,
community edition, latest/##VERSION## available stable release.
latest(##VERSION##) available stable release.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label cenw##VERSION## label cenw##VERSION##
menu label Install latest(##VERSION##) sip:providerCE - static NW menu label Install ##VERSION## sip:providerCE - static NW
kernel /boot/%SHORT_NAME%/vmlinuz 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=##DIST## scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8 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=##DIST## 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 text help
Install sip:provider Install sip:provider community edition,
community edition, latest/##VERSION## available stable release.
latest(##VERSION##) available stable release.
Use static IP configuration, adjust Use static IP configuration, adjust
ip=... and dns=... options in boot ip=... and dns=... options in boot
command line as necessary. command line as necessary.
endtext endtext

@ -4,12 +4,10 @@ label celts##VERSION##
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=##DIST## ngcpvers=##VERSION## scripts ngcphostname=spce 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=##DIST## ngcpvers=##VERSION## scripts ngcphostname=spce
text help text help
Install sip:provider Install sip:provider community edition,
community edition, LTS version ##VERSION##.
LTS version ##VERSION##.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label celtsnw##VERSION## label celtsnw##VERSION##
@ -18,11 +16,10 @@ label celtsnw##VERSION##
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=##DIST## ngcpvers=##VERSION## scripts ngcphostname=spce ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8 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=##DIST## ngcpvers=##VERSION## 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 text help
Install sip:provider Install sip:provider community edition,
community edition, LTS version ##VERSION##.
LTS version ##VERSION##.
Use static IP configuration, adjust Use static IP configuration, adjust
ip=... and dns=... options in boot ip=... and dns=... options in boot
command line as necessary. command line as necessary.
endtext endtext

@ -4,11 +4,11 @@ label prosp1nw-##VERSION##
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off
text help text help
Install sip:provider Install sip:provider
professional edition, version ##VERSION##. professional edition, version ##VERSION##.
Install first node of HA setup. Install first node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
label prosp2nw-##VERSION## label prosp2nw-##VERSION##
@ -17,10 +17,10 @@ label prosp2nw-##VERSION##
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off
text help text help
Install sip:provider Install sip:provider
professional edition, version ##VERSION##. professional edition, version ##VERSION##.
Install second node of HA setup. Install second node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext

@ -42,13 +42,13 @@ label grml
kernel /boot/%SHORT_NAME%/vmlinuz 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 ssh=sipwise 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 ssh=sipwise
text help text help
Automatic deployment system for the Automatic deployment system for the
Sipwise Next Generation Communication Sipwise Next Generation Communication
Platform. http://sipwise.com/ Platform. http://sipwise.com/
Boot into live rescue system. Boot into live rescue system.
Based on http://grml.org/ Based on http://grml.org/
endtext endtext
include sipwise_latest.cfg include sipwise_latest.cfg
@ -57,64 +57,58 @@ include sipwise_lts.cfg
menu separator menu separator
label squeeze label wheezy
menu label Install plain Debian/squeeze 64bit - DHCP menu label Install plain Debian/wheezy 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz 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 ssh=sipwise debianrelease=squeeze scripts 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 ssh=sipwise debianrelease=wheezy scripts
text help text help
Install Debian squeeze, 64bit. Install Debian wheezy, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label squeezenw label wheezynw
menu label Install plain Debian/squeeze 64bit - static NW menu label Install plain Debian/wheezy 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz 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 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 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 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 text help
Install Debian squeeze, 64bit. Install Debian wheezy, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Use static IP configuration, adjust Use static IP configuration, adjust
ip=... and dns=... options in boot ip=... and dns=... options in boot
command line as necessary. command line as necessary.
endtext endtext
label wheezy label squeeze
menu label Install plain Debian/wheezy 64bit - DHCP menu label Install plain Debian/squeeze 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz 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 ssh=sipwise debianrelease=wheezy scripts 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 ssh=sipwise debianrelease=squeeze scripts
text help text help
Install Debian wheezy, 64bit. Install Debian squeeze, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label wheezynw label squeezenw
menu label Install plain Debian/wheezy 64bit - static NW menu label Install plain Debian/squeeze 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz 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 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 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 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 text help
Install Debian wheezy, 64bit. Install Debian squeeze, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Use static IP configuration, adjust Use static IP configuration, adjust
ip=... and dns=... options in boot ip=... and dns=... options in boot
command line as necessary. command line as necessary.
endtext endtext
@ -134,7 +128,7 @@ label memtest
append BOOT_IMAGE=memtest append BOOT_IMAGE=memtest
text help text help
Start memory test using memtest86+. Start memory test using memtest86+.
endtext endtext
label ipxe label ipxe
@ -142,40 +136,40 @@ label ipxe
kernel /boot/addons/ipxe.lkrn kernel /boot/addons/ipxe.lkrn
text help text help
Start Etherboot/iPXE for booting via Start Etherboot/iPXE for booting via
network (PXE). network (PXE).
endtext endtext
label hd1 label hd1
menu label ^Boot from primary local boot device menu label ^Boot from primary local boot device
localboot 0x80 localboot 0x80
text help text help
Boot from 1st local boot device - Boot from 1st local boot device -
if present and bootable. if present and bootable.
endtext endtext
label hd2 label hd2
menu label ^Boot from secondary local boot device menu label ^Boot from secondary local boot device
localboot 0x81 localboot 0x81
text help text help
Boot from 2nd local hard disk - Boot from 2nd local hard disk -
if present and bootable. if present and bootable.
endtext endtext
label hd3 label hd3
menu label ^Boot from third local boot device menu label ^Boot from third local boot device
localboot 0x82 localboot 0x82
text help text help
Boot from 3rd local boot device - Boot from 3rd local boot device -
if present and bootable. if present and bootable.
endtext endtext
label hd4 label hd4
menu label ^Boot from fourth local boot device menu label ^Boot from fourth local boot device
localboot 0x83 localboot 0x83
text help text help
Boot from 4th local boot device - Boot from 4th local boot device -
if present and bootable. if present and bootable.
endtext endtext
# back to main menu # back to main menu

@ -46,11 +46,11 @@ label grml
kernel /boot/%SHORT_NAME%/vmlinuz 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 ssh=sipwise 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 ssh=sipwise
text help text help
Automatic deployment system for the Automatic deployment system for the
Sipwise Next Generation Communication Sipwise Next Generation Communication
Platform. http://sipwise.com/ Platform. http://sipwise.com/
Based on http://grml.org/ Based on http://grml.org/
endtext endtext
label ce label ce
@ -59,10 +59,9 @@ label ce
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce
text help text help
Install sip:provider Install sip:provider community edition.
community edition.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label cenw label cenw
@ -71,10 +70,10 @@ label cenw
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off
text help text help
Install sip:provider Install sip:provider community edition.
community edition.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
@ -84,11 +83,11 @@ label prosp1nw
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off
text help text help
Install sip:provider Install sip:provider professional edition.
professional edition. Install first node of HA setup.
Install first node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
@ -98,11 +97,11 @@ label prosp2nw
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off
text help text help
Install sip:provider Install sip:provider professional edition.
professional edition. Install second node of HA setup.
Install second node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
@ -117,88 +116,86 @@ menu label ^Back to main menu...
menu exit menu exit
menu separator menu separator
label squeeze label wheezy
menu label Install Debian/squeeze 64bit - DHCP menu label Install Debian/wheezy 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh 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 netscript=http://deb.sipwise.com/kantan/deployment.sh
text help text help
Install Debian squeeze, 64bit. Install Debian wheezy, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label squeezenw label wheezynw
menu label Install Debian/squeeze 64bit - static NW menu label Install Debian/wheezy 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:debian:eth0:off 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 netscript=http://deb.sipwise.com/kantan/deployment.sh dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:debian:eth0:off
text help text help
Install Debian squeeze, 64bit. Install Debian wheezy, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
label squeezepuppet label wheezypuppet
menu label Install Debian/squeeze 64bit - Puppet menu label Install Debian/wheezy 64bit - Puppet
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh puppetenv=production dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off 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 netscript=http://deb.sipwise.com/kantan/deployment.sh puppetenv=production dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off
text help text help
Install Debian squeeze, 64bit using Install Debian wheezy, 64bit using
integration in Puppet configuration integration in Puppet configuration
management environment. management environment.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Please adjust command line (hostname, Please adjust command line (hostname,
IP address,...) IP address,...)
endtext endtext
label wheezy label squeeze
menu label Install Debian/wheezy 64bit - DHCP menu label Install Debian/squeeze 64bit - DHCP
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh 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 netscript=http://deb.sipwise.com/kantan/deployment.sh
text help text help
Install Debian wheezy, 64bit. Install Debian squeeze, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Retrieve network configuration Retrieve network configuration via DHCP.
via DHCP.
endtext endtext
label wheezynw label squeezenw
menu label Install Debian/wheezy 64bit - static NW menu label Install Debian/squeeze 64bit - static NW
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:debian:eth0:off 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 netscript=http://deb.sipwise.com/kantan/deployment.sh dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:debian:eth0:off
text help text help
Install Debian wheezy, 64bit. Install Debian squeeze, 64bit.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
label wheezypuppet label squeezepuppet
menu label Install Debian/wheezy 64bit - Puppet menu label Install Debian/squeeze 64bit - Puppet
kernel /boot/%SHORT_NAME%/vmlinuz 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 netscript=http://deb.sipwise.com/kantan/deployment.sh puppetenv=production dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off 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 netscript=http://deb.sipwise.com/kantan/deployment.sh puppetenv=production dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:puppet-client42:eth0:off
text help text help
Install Debian wheezy, 64bit using Install Debian squeeze, 64bit using
integration in Puppet configuration integration in Puppet configuration
management environment. management environment.
Does NOT install sip:provider Does NOT install sip:provider platform.
platform.
Please adjust command line (hostname, Please adjust command line (hostname,
IP address,...) IP address,...)
endtext endtext
# back to main menu # back to main menu
@ -231,10 +228,10 @@ label cetrunk
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcptrunk ngcpnoupload append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcptrunk ngcpnoupload
text help text help
Install sip:provider Install sip:provider community edition,
community edition, trunk version. trunk version.
Retrieve network configuration
via DHCP. Retrieve network configuration via DHCP.
endtext endtext
label cenwtrunk label cenwtrunk
@ -243,10 +240,11 @@ label cenwtrunk
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.123::10.15.20.1:255.255.255.0:spce:eth0:off
text help text help
Install sip:provider Install sip:provider community edition,
community edition, trunk version. trunk version.
Use static IP configuration, adjust
in boot command line if necessary. Use static IP configuration, adjust
in boot command line if necessary.
endtext endtext
include sipwise_ce.cfg include sipwise_ce.cfg
@ -274,11 +272,11 @@ label prosp1nw-trunk
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off
text help text help
Install sip:provider Install sip:provider
professional edition, trunk version. professional edition, trunk version.
Install first node of HA setup. Install first node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
label prosp2nw-trunk label prosp2nw-trunk
@ -287,11 +285,11 @@ label prosp2nw-trunk
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ngcptrunk ngcpnoupload dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off
text help text help
Install sip:provider Install sip:provider
professional edition, trunk version. professional edition, trunk version.
Install second node of HA setup. Install second node of HA setup.
Use static IP configuration, adjust Use static IP configuration, adjust
in boot command line if necessary. in boot command line if necessary.
endtext endtext
include sipwise_pro.cfg include sipwise_pro.cfg
@ -320,7 +318,7 @@ label memtest
append BOOT_IMAGE=memtest append BOOT_IMAGE=memtest
text help text help
Start memory test using memtest86+. Start memory test using memtest86+.
endtext endtext
label ipxe label ipxe
@ -328,40 +326,40 @@ label ipxe
kernel /boot/addons/ipxe.lkrn kernel /boot/addons/ipxe.lkrn
text help text help
Start Etherboot/iPXE for booting via Start Etherboot/iPXE for booting via
network (PXE). network (PXE).
endtext endtext
label hd1 label hd1
menu label ^Boot from primary local boot device menu label ^Boot from primary local boot device
localboot 0x80 localboot 0x80
text help text help
Boot from 1st local boot device - Boot from 1st local boot device -
if present and bootable. if present and bootable.
endtext endtext
label hd2 label hd2
menu label ^Boot from secondary local boot device menu label ^Boot from secondary local boot device
localboot 0x81 localboot 0x81
text help text help
Boot from 2nd local hard disk - Boot from 2nd local hard disk -
if present and bootable. if present and bootable.
endtext endtext
label hd3 label hd3
menu label ^Boot from third local boot device menu label ^Boot from third local boot device
localboot 0x82 localboot 0x82
text help text help
Boot from 3rd local boot device - Boot from 3rd local boot device -
if present and bootable. if present and bootable.
endtext endtext
label hd4 label hd4
menu label ^Boot from fourth local boot device menu label ^Boot from fourth local boot device
localboot 0x83 localboot 0x83
text help text help
Boot from 4th local boot device - Boot from 4th local boot device -
if present and bootable. if present and bootable.
endtext endtext
# back to main menu # back to main menu

Loading…
Cancel
Save