You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
968 B
15 lines
968 B
menuentry "sip:providerPRO - sp1 / ##VERSION## 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=##DIST## 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=92.42.136.30 ngcpvers=##VERSION##
|
|
echo 'Loading initrd...'
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
}
|
|
|
|
menuentry "sip:providerPRO - sp2 / ##VERSION## 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=##DIST## 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=92.42.136.30 ngcpvers=##VERSION##
|
|
echo 'Loading initrd...'
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
}
|
|
|