From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QFkZ7-0003xR-22 for openembedded-core@lists.openembedded.org; Fri, 29 Apr 2011 12:04:52 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 29 Apr 2011 03:02:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,286,1301900400"; d="scan'208";a="916075049" Received: from unknown (HELO helios) ([10.255.12.245]) by fmsmga001.fm.intel.com with SMTP; 29 Apr 2011 03:02:13 -0700 Received: by helios (sSMTP sendmail emulation); Fri, 29 Apr 2011 11:02:11 +0100 Message-Id: Old-Date: Fri, 29 Apr 2011 10:39:28 +0100 Date: Fri, 29 Apr 2011 11:02:11 +0100 To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Paul Eggleton Subject: [PATCH 0/1] netbase: fix check for nfsroot in if-pre-up.d script X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 10:04:52 -0000 From: Paul Eggleton Adding "auto eth0" to our default IP configuration caused failure to boot NFS root systems [1]; netbase's if-pre-up.d/nfsroot script was supposed to stop this but failed to do so due to looking for /sbin/ip when we actually now install /bin/ip. This patch checks for either installed executable. [1] http://bugzilla.pokylinux.org/show_bug.cgi?id=1006 Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: paule/nfsroot-ifup Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/nfsroot-ifup Thanks, Paul Eggleton --- Paul Eggleton (1): netbase: fix check for nfsroot in if-pre-up.d script meta/recipes-core/netbase/netbase-4.45/nfsroot | 2 +- meta/recipes-core/netbase/netbase_4.45.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)