Accepting request 64533 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/64533
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=41
This commit is contained in:
Cristian Rodríguez 2011-03-19 22:09:51 +00:00 committed by Git OBS Bridge
parent d2b7c9af09
commit 3b8c3cd0f1
2 changed files with 10 additions and 0 deletions

View File

@ -65,3 +65,6 @@ if [ "$rootfstype" = "nfs" ]; then
else
dont_load_modules
fi
# Absolutely required for networking to function
ip link set dev lo up

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 19 14:10:18 UTC 2011 - jengelh@medozas.de
- Must up the loopback device, otherwise trying to contact the
portmapper (even if it does not actually run) will hang forever-
the TCP RST is crucial for mount.nfs
-------------------------------------------------------------------
Wed Feb 16 23:55:22 UTC 2011 - nfbrown@novell.com