|
|
|
@ -53,112 +53,51 @@ label grml
|
|
|
|
|
## CE/PRO submenu
|
|
|
|
|
menu separator
|
|
|
|
|
|
|
|
|
|
label -
|
|
|
|
|
menu label Install specific versions of CE/PRO/Carrier
|
|
|
|
|
menu disable
|
|
|
|
|
|
|
|
|
|
## begin of CE menu {{{
|
|
|
|
|
menu begin ce-options
|
|
|
|
|
menu title Specific sip:providerCE releases ...
|
|
|
|
|
|
|
|
|
|
label mainmenu
|
|
|
|
|
menu label ^Back to main menu...
|
|
|
|
|
menu exit
|
|
|
|
|
menu separator
|
|
|
|
|
|
|
|
|
|
label cetrunk
|
|
|
|
|
menu label sip:providerCE - trunk version
|
|
|
|
|
label ce##VERSION##
|
|
|
|
|
menu label ##VERSION## sip:providerCE
|
|
|
|
|
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 mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcpce ssh=sipwise debianrelease=stretch scripts ngcphostname=spce ngcpvers=trunk nodhcp
|
|
|
|
|
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcpce ssh=sipwise debianrelease=##DIST## scripts ngcphostname=spce ngcpvers=##VERSION## nodhcp
|
|
|
|
|
|
|
|
|
|
text help
|
|
|
|
|
Install sip:provider community edition,
|
|
|
|
|
trunk version.
|
|
|
|
|
version ##VERSION##.
|
|
|
|
|
endtext
|
|
|
|
|
|
|
|
|
|
include sipwise_ce.cfg
|
|
|
|
|
|
|
|
|
|
# back to main menu
|
|
|
|
|
label quit
|
|
|
|
|
menu hide
|
|
|
|
|
kernel isolinux.bin
|
|
|
|
|
|
|
|
|
|
menu end
|
|
|
|
|
## end of CE menu }}}
|
|
|
|
|
|
|
|
|
|
## begin of PRO menu {{{
|
|
|
|
|
menu begin pro-options
|
|
|
|
|
menu title Specific sip:providerPRO releases ...
|
|
|
|
|
|
|
|
|
|
label mainmenu
|
|
|
|
|
menu label ^Back to main menu...
|
|
|
|
|
menu exit
|
|
|
|
|
menu separator
|
|
|
|
|
|
|
|
|
|
label prosp1-trunk
|
|
|
|
|
menu label sip:providerPRO - sp1 / trunk release
|
|
|
|
|
label prosp1-##VERSION##
|
|
|
|
|
menu label ##VERSION## sip:providerPRO (sp1)
|
|
|
|
|
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 mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=stretch scripts ngcpsp1 ngcpvers=trunk nodhcp
|
|
|
|
|
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=##DIST## scripts ngcpsp1 ngcpvers=##VERSION## nodhcp
|
|
|
|
|
|
|
|
|
|
text help
|
|
|
|
|
Install sip:provider
|
|
|
|
|
professional edition, trunk version.
|
|
|
|
|
professional edition, version ##VERSION##.
|
|
|
|
|
Install first node of HA setup.
|
|
|
|
|
endtext
|
|
|
|
|
|
|
|
|
|
label prosp2-trunk
|
|
|
|
|
menu label sip:providerPRO - sp2 / trunk release
|
|
|
|
|
label prosp2-##VERSION##
|
|
|
|
|
menu label ##VERSION## sip:providerPRO (sp2)
|
|
|
|
|
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 mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=stretch scripts ngcpsp2 ngcpvers=trunk nodhcp
|
|
|
|
|
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=##DIST## scripts ngcpsp2 ngcpvers=##VERSION## nodhcp
|
|
|
|
|
|
|
|
|
|
text help
|
|
|
|
|
Install sip:provider
|
|
|
|
|
professional edition, trunk version.
|
|
|
|
|
professional edition, version ##VERSION##.
|
|
|
|
|
Install second node of HA setup.
|
|
|
|
|
endtext
|
|
|
|
|
|
|
|
|
|
include sipwise_pro.cfg
|
|
|
|
|
|
|
|
|
|
# back to main menu
|
|
|
|
|
label quit
|
|
|
|
|
menu hide
|
|
|
|
|
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 carrierweb01atrunk
|
|
|
|
|
menu label sip:Carrier mgmt/web01a / trunk
|
|
|
|
|
label carrier##VERSION##
|
|
|
|
|
menu label ##VERSION## sip:Carrier (web01a)
|
|
|
|
|
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 mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=stretch scripts ngcpsp1 ngcpvers=trunk nodhcp ngcpnonwrecfg ngcpfillcache ngcpcrole=mgmt ngcphostname=web01a
|
|
|
|
|
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off mgag200.modeset=0 vga=791 quiet nomce net.ifnames=0 ngcppro ssh=sipwise debianrelease=##DIST## scripts ngcpsp1 ngcpfillcache ngcpvers=##VERSION## nodhcp ngcpnonwrecfg ngcpcrole=mgmt ngcphostname=web01a
|
|
|
|
|
|
|
|
|
|
text help
|
|
|
|
|
Install sip:Carrier edition (trunk).
|
|
|
|
|
Install sip:Carrier version ##VERSION##.
|
|
|
|
|
Install web01a node of Carrier setup.
|
|
|
|
|
Other nodes will be installed from web01a.
|
|
|
|
|
endtext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include sipwise_carrier.cfg
|
|
|
|
|
|
|
|
|
|
# back to main menu
|
|
|
|
|
label quit
|
|
|
|
|
menu hide
|
|
|
|
|
kernel isolinux.bin
|
|
|
|
|
|
|
|
|
|
menu end
|
|
|
|
|
## end of CARRIER menu }}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## begin of Debian menu {{{
|
|
|
|
|
menu separator
|
|
|
|
|
|