|
|
|
|
@ -18,21 +18,21 @@ menuentry "Install sip:providerCE - DHCP" {
|
|
|
|
|
|
|
|
|
|
menuentry "Install sip:providerCE - static NW config" {
|
|
|
|
|
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 ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ip=192.168.51.123::192.168.51.1:255.255.255.0:spce:eth0:off dns=92.42.136.30
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
menuentry "Install sip:providerPRO - sp1" {
|
|
|
|
|
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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ip=192.168.1.101::192.168.1.1:255.255.255.0:sp1:eth0:off dns=92.42.136.30
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
menuentry "Install sip:providerPRO - sp2" {
|
|
|
|
|
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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ip=192.168.1.102::192.168.1.1:255.255.255.0:sp2:eth0:off dns=92.42.136.30
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
@ -48,14 +48,14 @@ menuentry "Install Debian/squeeze 64bit - DHCP" {
|
|
|
|
|
|
|
|
|
|
menuentry "Install Debian/squeeze 64bit - static NW" {
|
|
|
|
|
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 nongcp ssh=sipwise debianrelease=squeeze netscript=http://deb.sipwise.com/kantan/deployment.sh ip=192.168.51.123::192.168.51.1:255.255.255.0:debian:eth0:off dns=92.42.136.30
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
menuentry "Install Debian/squeeze 64bit - Puppet" {
|
|
|
|
|
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 nongcp ssh=sipwise debianrelease=squeeze netscript=http://deb.sipwise.com/kantan/deployment.sh ip=192.168.51.123::192.168.51.1:255.255.255.0:puppet-client42:eth0:off dns=92.42.136.30 puppetenv=production
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
@ -72,7 +72,7 @@ menuentry "sip:providerCE (DHCP) - trunk version" {
|
|
|
|
|
|
|
|
|
|
menuentry "sip:providerCE (static NW) - trunk version" {
|
|
|
|
|
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 ngcpce ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ip=192.168.51.123::192.168.51.1:255.255.255.0:spce:eth0:off dns=92.42.136.30 ngcptrunk ngcpnoupload
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
@ -86,14 +86,14 @@ submenu "Specific sip:providerPRO releases ... ->" --class=submenu {
|
|
|
|
|
|
|
|
|
|
menuentry "sip:providerPRO - sp1 / trunk release" {
|
|
|
|
|
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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ip=192.168.1.101::192.168.1.1:255.255.255.0:sp1:eth0:off dns=92.42.136.30 ngcptrunk ngcpnoupload
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
menuentry "sip:providerPRO - sp2 / trunk release" {
|
|
|
|
|
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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ip=192.168.1.102::192.168.1.1:255.255.255.0:sp2:eth0:off dns=92.42.136.30 ngcptrunk ngcpnoupload
|
|
|
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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
|
|
|
|
|
echo 'Loading initrd...'
|
|
|
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
|
|
|
}
|
|
|
|
|
|