MT#9191 Add initial Carrier 3.x menu for daily and release ISOs

changes/06/606/1
Alexander Lutay 11 years ago
parent a9aba19bc6
commit 160c3b1ec6

@ -153,6 +153,27 @@ source /boot/grub/sipwise_pro.cfg
} # Specific sip:providerPRO releases
## begin of Carrier 3.x menu {{{
submenu "Specific sip:Carrier 3.x releases ... ->" --class=submenu {
menuentry "sip:Carrier 3.x - first (mgmt/web01a) / trunk" {
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 ngcptrunk ngcpnoupload ngcpnw.dhcp ngcpnonwrecfg ngcpcrole=mgmt ngcphostname=web01a
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "sip:Carrier 3.x - other / 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 ngcptrunk ngcpnoupload ngcpnw.dhcp ngcpnonwrecfg ngcpcrole=[mgmt|db|proxy|lb] ngcphostname=FIXME01a ngcpmgmt=X.X.X.X
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
source /boot/grub/sipwise_pro.cfg
} # Specific sip:providerCarrier 3.x releases
source /boot/grub/addons.cfg
source /boot/grub/footer.cfg

@ -348,6 +348,48 @@ kernel isolinux.bin
menu end
## end of PRO menu }}}
## begin of CARRIER menu {{{
menu begin pro-options
menu title Specific sip:Carrier 3.X releases ...
label mainmenu
menu label ^Back to main menu...
menu exit
menu separator
label carrierfirst
menu label Install sip:Carrier 3.x - mgmt/web01a (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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpnw.dhcp ngcpnonwrecfg ngcpcrole=mgmt ngcphostname=web01a
text help
Install sip:carrier edition.
Install first node of Carrier 3.x setup.
Retrieve network configuration via DHCP.
endtext
label carrierother
menu label Install sip:Carrier 3.x - other nodes (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 ngcppro ssh=sipwise debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp2 ngcpnw.dhcp ngcpnonwrecfg ngcpcrole=[mgmt|db|proxy|lb] ngcphostname=FIXME01a ngcpmgmt=X.X.X.X
text help
Install sip:carrier edition.
Install other nodes of Carrier 3.x setup.
Retrieve network configuration via DHCP.
endtext
# back to main menu
label quit
menu hide
kernel isolinux.bin
menu end
## end of CARRIER menu }}}
## begin of other bootoptions menu {{{
menu separator
menu begin other-options

Loading…
Cancel
Save