TT#46252 Change product names in boot menus

Change names according to official naming.

Change-Id: I3ced7459e402c4a8b1626d05a34f25acdb3290b9
changes/72/24372/3
Mykola Malkov 7 years ago
parent a6dda7564e
commit 03347a4965

@ -10,28 +10,28 @@ menuentry "Rescue system boot (%VERSION%)" {
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "##VERSION## sip:providerCE" {
menuentry "##VERSION## Sipwise C5 CE" {
echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "##VERSION## sip:providerPRO (sp1)" {
menuentry "##VERSION## Sipwise C5 PRO (sp1)" {
echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "##VERSION## sip:providerPRO (sp2)" {
menuentry "##VERSION## Sipwise C5 PRO (sp2)" {
echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "##VERSION## sip:Carrier (web01a)" {
menuentry "##VERSION## Sipwise C5 CARRIER (web01a)" {
echo 'Loading kernel...'
linux /boot/%SHORT_NAME%/vmlinuz 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 ngcpnonwrecfg ngcpfillcache ngcpvers=##VERSION## nodhcp ngcpcrole=mgmt ngcphostname=web01a
echo 'Loading initrd...'

@ -54,45 +54,45 @@ label grml
menu separator
label ce##VERSION##
menu label ##VERSION## sip:providerCE
menu label ##VERSION## C5 CE
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=##DIST## scripts ngcphostname=spce ngcpvers=##VERSION## nodhcp
text help
Install sip:provider community edition,
Install Sipwise C5 community edition,
version ##VERSION##.
endtext
label prosp1-##VERSION##
menu label ##VERSION## sip:providerPRO (sp1)
menu label ##VERSION## C5 PRO (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=##DIST## scripts ngcpsp1 ngcpvers=##VERSION## nodhcp
text help
Install sip:provider
Install Sipwise C5
professional edition, version ##VERSION##.
Install first node of HA setup.
endtext
label prosp2-##VERSION##
menu label ##VERSION## sip:providerPRO (sp2)
menu label ##VERSION## C5 PRO (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=##DIST## scripts ngcpsp2 ngcpvers=##VERSION## nodhcp
text help
Install sip:provider
Install Sipwise C5
professional edition, version ##VERSION##.
Install second node of HA setup.
endtext
label carrier##VERSION##
menu label ##VERSION## sip:Carrier (web01a)
menu label ##VERSION## C5 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=##DIST## scripts ngcpsp1 ngcpfillcache ngcpvers=##VERSION## nodhcp ngcpnonwrecfg ngcpcrole=mgmt ngcphostname=web01a
text help
Install sip:Carrier version ##VERSION##.
Install Sipwise C5 Carrier edition ##VERSION##.
Install web01a node of Carrier setup.
Other nodes will be installed from web01a.
endtext
@ -116,7 +116,7 @@ label stretch
text help
Install Debian stretch, 64bit.
Does NOT install sip:provider platform.
Does NOT install Sipwise C5 platform.
endtext
label stretchpuppet
@ -128,7 +128,7 @@ label stretchpuppet
Install Debian stretch, 64bit using
integration in Puppet configuration
management environment.
Does NOT install sip:provider platform.
Does NOT install Sipwise C5 platform.
Please adjust command line (hostname,
IP address,...)

Loading…
Cancel
Save