diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index 18bbc10..9b435cd 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -187,6 +187,54 @@ label cenwtrunk in boot command line if necessary. endtext +label cepre + menu label sip:providerCE (DHCP) - pre-release + 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 ngcpce ssh=sipwise netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcpautobuildrelease=2.6-rc1 + + text help + Install sip:provider + community edition, pre-release. + Retrieve network configuration + via DHCP. + endtext + +label cenwpre + menu label sip:providerCE (static NW) - pre-release + 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 ngcpce ssh=sipwise 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=192.168.51.2 ngcpautobuildrelease=2.6-rc1 + + text help + Install sip:provider + community edition, pre-release. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + +label ce2.6 + menu label sip:providerCE (DHCP) - version 2.6 + 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 ngcpce ssh=sipwise netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcpvers=2.6 + + text help + Install sip:provider + community edition, version 2.6. + Retrieve network configuration + via DHCP. + endtext + +label cenw2.6 + menu label sip:providerCE (static NW) - version 2.6 + 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 ngcpce ssh=sipwise 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=192.168.51.2 ngcpvers=2.6 + + text help + Install sip:provider + community edition, version 2.6. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + label ce2.5 menu label sip:providerCE (DHCP) - version 2.5 kernel /boot/%SHORT_NAME%/vmlinuz @@ -326,6 +374,58 @@ label prosp2nw-trunk in boot command line if necessary. endtext +label prosp1nw-pre + menu label sip:providerPRO - sp1 / pre-release + 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 ngcppro ssh=sipwise 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=195.58.160.194 ngcpautobuildrelease=2.6-rc1 + + text help + Install sip:provider + professional edition, pre-release. + Install first node of HA setup. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + +label prosp2nw-pre + menu label sip:providerPRO - sp2 / pre-release + 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 ngcppro ssh=sipwise 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=195.58.160.194 ngcpautobuildrelease=2.6-rc1 + + text help + Install sip:provider + professional edition, pre-release. + Install second node of HA setup. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + +label prosp1nw-2.6 + menu label sip:providerPRO - sp1 / 2.6 release + 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 ngcppro ssh=sipwise 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=195.58.160.194 ngcpvers=2.6 + + text help + Install sip:provider + professional edition, version 2.6. + Install first node of HA setup. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + +label prosp2nw-2.6 + menu label sip:providerPRO - sp2 / 2.6 release + 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 ngcppro ssh=sipwise 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=195.58.160.194 ngcpvers=2.6 + + text help + Install sip:provider + professional edition, version 2.6. + Install second node of HA setup. + Use static IP configuration, adjust + in boot command line if necessary. + endtext + label prosp1nw-2.5 menu label sip:providerPRO - sp1 / 2.5 release kernel /boot/%SHORT_NAME%/vmlinuz