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.
14 lines
1010 B
14 lines
1010 B
menuentry "Install ##VERSION## LTS sip:providerCE - DHCP" {
|
|
echo 'Loading kernel...'
|
|
linux /boot/%SHORT_NAME%/vmlinuz 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 noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=##DIST## ngcpvers=##VERSION## scripts ngcphostname=spce ngcpnw.dhcp
|
|
echo 'Loading initrd...'
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
}
|
|
|
|
menuentry "Install ##VERSION## LTS sip:providerCE - static NW" {
|
|
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 noquick distri=grml-sipwise ngcpce ssh=sipwise debianrelease=##DIST## ngcpvers=##VERSION## scripts ngcphostname=spce nodhcp ip=192.168.1.100::192.168.1.1:255.255.255.0:spce:eth0:off dns=8.8.8.8,8.8.4.4
|
|
echo 'Loading initrd...'
|
|
initrd /boot/%SHORT_NAME%/initrd.img
|
|
}
|