From 30e9b185bc1e9dcc229f594f5f0c9e7c6424ac14 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 22 Aug 2010 16:03:18 +0200 Subject: ... --- initramfs/stage3-stuff/bin/dhcpmkconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'initramfs/stage3-stuff/bin/dhcpmkconfig') diff --git a/initramfs/stage3-stuff/bin/dhcpmkconfig b/initramfs/stage3-stuff/bin/dhcpmkconfig index b2b78496..fa01db75 100755 --- a/initramfs/stage3-stuff/bin/dhcpmkconfig +++ b/initramfs/stage3-stuff/bin/dhcpmkconfig @@ -14,6 +14,9 @@ # applet used within OpenSLX initramfs. The result is written to the # /etc/initramfs-setup file +# script started twice by udhcpc, quit fast if no ip configuration present +[ -z "$ip" ] && exit 0 + # heavy debugging output in level 3 and above ... and on 13 #FIXME: DEBUGLEVEL is not propagated to this file (at least for Ubuntu) [ -z "$DEBUGLEVEL" ] && DEBUGLEVEL=0 -- cgit v1.2.3-55-g7522