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
966 B
15 lines
966 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 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off
|
|
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 ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.102::10.15.20.1:255.255.255.0:sp2:eth0:off
|
|
echo 'Loading initrd...'
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
}
|
|
|