MT#5847 Add mr3.2.1 support

changes/06/606/1
Alexander Lutay 11 years ago
parent 9f7d06bbd6
commit 24e489f635

@ -91,6 +91,20 @@ menuentry "sip:providerCE (static NW) - pre-release" {
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "sip:providerCE (DHCP) - version mr3.2.1" {
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 ngcpvers=3.2.1
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "sip:providerCE (static NW) - version mr3.2.1" {
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 ngcpvers=mr3.2.1
echo 'Loading initrd...'
initrd /boot/%SHORT_NAME%/initrd.img
}
menuentry "sip:providerCE (DHCP) - version 3.1" {
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 ngcpvers=3.1

@ -273,6 +273,30 @@ label cenwpre
in boot command line if necessary.
endtext
label ce3.2.1
menu label sip:providerCE (DHCP) - version mr3.2.1
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 debianrelease=wheezy netscript=http://deb.sipwise.com/kantan/deployment.sh ngcphostname=spce ngcpvers=mr3.2.1
text help
Install sip:provider
community edition, version mr3.2.1.
Retrieve network configuration
via DHCP.
endtext
label cenw3.2.1
menu label sip:providerCE (static NW) - version mr3.2.1
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 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 ngcpvers=3.2.1
text help
Install sip:provider
community edition, version mr3.2.1.
Use static IP configuration, adjust
in boot command line if necessary.
endtext
label ce3.1
menu label sip:providerCE (DHCP) - version 3.1
kernel /boot/%SHORT_NAME%/vmlinuz

Loading…
Cancel
Save