From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seewer Philippe Subject: [PATCH] Don't use absolute path for ip, does not always work Date: Fri, 5 Jun 2009 16:36:03 +0200 Message-ID: <4A292D53.9080603@bfh.ch> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "" --- diff --git a/modules.d/40network/dhclient-script b/modules.d/40network/dhclient-script index 1ee78fe..d283762 100755 --- a/modules.d/40network/dhclient-script +++ b/modules.d/40network/dhclient-script @@ -69,7 +69,7 @@ setup_interface() { case $reason in PREINIT) - run /sbin/ip link set $netif up + run ip link set $netif up ;; BOUND) setup_interface -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html