Am 11.04.2013 17:41, schrieb Dennis Schridde: > --- > modules.d/40network/ifup.sh | 20 +++++++------------- > 1 file changed, 7 insertions(+), 13 deletions(-) > > diff --git a/modules.d/40network/ifup.sh b/modules.d/40network/ifup.sh > index 526251f..13be22a 100755 > --- a/modules.d/40network/ifup.sh > +++ b/modules.d/40network/ifup.sh > @@ -307,19 +307,13 @@ for p in $(getargs ip=); do > do_static ;; > esac > > - case $autoconf in > - dhcp|on|any|dhcp6) > - ;; > - *) > - if [ $? -eq 0 ]; then > - setup_net $netif > - source_hook initqueue/online $netif > - if [ -z "$manualup" ]; then > - /sbin/netroot $netif > - fi > - fi > - ;; > - esac > + if [ $? -eq 0 ]; then > + setup_net $netif > + source_hook initqueue/online $netif > + if [ -z "$manualup" ]; then > + /sbin/netroot $netif > + fi > + fi > > break > done > IIRC, that is done, as soon as the dhcp client gets an IP -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html