summaryrefslogtreecommitdiffstats
path: root/package/python-web2py
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@kymetacorp.com>2015-11-09 22:16:49 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-18 22:14:56 +0100
commit71c75a5ea0e62786d279ef1609f23732bde5acc3 (patch)
tree22abeb88eb57931af5e35cd53167ec4cfff7db1a /package/python-web2py
parentb981df4fcee131b19c8f3e06489485346d38e942 (diff)
downloadbuildroot-71c75a5ea0e62786d279ef1609f23732bde5acc3.tar.gz
buildroot-71c75a5ea0e62786d279ef1609f23732bde5acc3.zip
system: Fix for NFS booting with interface config via DHCP
Configuring the network interface with DHCP via /etc/network/interfaces generally does not work when NFS booting. The DHCP configuration will initially bring the interface down and system then hangs at that point as the root filesystem is no longer accessable. This adds a script to be run via a pre-up line in /etc/network/interfaces. It checks for a NFS root filesystem and if the interface to be configured is used for access to the NFS server. If this is the case, then it returns a failure code so that ifup will not configure the interface. This works for DHCP and another config methods (static, bootp, etc.). This system does detect if the interface to be configured isn't the one used for NFS and doesn't skip it when that is the case. NFS filesystems that aren't the root fs aren't considered. Fixes bug #4790. Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-web2py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud