Do not use "nodhcp" bootoption anymore, since recent ISOs have new way of network...
authorMichael Prokop <mika@grml.org>
Mon, 11 Jul 2011 22:51:20 +0000 (00:51 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 12 Jul 2011 09:38:48 +0000 (11:38 +0200)
commit2614b9011596f05ba4c4cb8aa8864962780b5ed7
tree0c4a2ea3291cbb708bc60e61230a927ce2a0e560
parent0f45dd8e4dd2b3ff9a300672d53318744cd5231f
Do not use "nodhcp" bootoption anymore, since recent ISOs have new way of network configuration.

With integration of recent live-boot versions we don't have DHCP
requests in grml-autoconfig anymore (which used to require the
nodhcp option to disable the request) but the initrd cares about
it. If we're using nodhcp for booting then the initrd won't
configure networking any longer at all, which means booting via
PXE doesn't work.

To make sure that the nodhcp bootoption isn't present in custom
live systems let's remove the option using grml2usb's
--remove-bootoption=nodhcp feature (grml2usb ftw!).

Acked by: Ulrich Dangel <mru@grml.org>
Acked by: Christian Hofstaedtler <ch@grml.org>
Acked by: Michael Gebetsroither <gebi@grml.org>
templates/grub-pxelinux_config