[poky] [PATCH 0/1] netbase: fix check for nfsroot in if-pre-up.d script
Paul Eggleton
paul.eggleton at linux.intel.com
Fri Apr 29 03:02:11 PDT 2011
From: Paul Eggleton <paul.eggleton at linux.intel.com>
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 at linux.intel.com>
---
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(-)
More information about the poky
mailing list