1
0
forked from pool/nfs-utils
OBS User unknown 2008-11-21 14:38:35 +00:00 committed by Git OBS Bridge
parent a7b913941a
commit c3304deef5
3 changed files with 11 additions and 1 deletions

View File

@ -49,6 +49,9 @@ if [ "$rootfstype" = "nfs" ]; then
else else
rootflags="nolock" rootflags="nolock"
fi fi
# tell boot.rootfsck to skip warning
ROOTFS_FSCK=0
export ROOTFS_FSCK
else else
dont_load_modules dont_load_modules
fi fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 21 11:45:58 CET 2008 - hare@suse.de
- export ROOTFS_FSCK=0 to skip fsck for root on NFS (bnc#441234)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 20 03:10:20 CET 2008 - nfbrown@suse.de Thu Nov 20 03:10:20 CET 2008 - nfbrown@suse.de

View File

@ -27,7 +27,7 @@ BuildRequires: libevent
Url: http://nfs.sourceforge.net Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd Summary: Support Utilities for Kernel nfsd
Version: 1.1.3 Version: 1.1.3
Release: 11 Release: 12
Group: Productivity/Networking/NFS Group: Productivity/Networking/NFS
License: GPL v2 or later License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -290,6 +290,8 @@ rm -rf $RPM_BUILD_ROOT
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4 %doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog %changelog
* Fri Nov 21 2008 hare@suse.de
- export ROOTFS_FSCK=0 to skip fsck for root on NFS (bnc#441234)
* Thu Nov 20 2008 nfbrown@suse.de * Thu Nov 20 2008 nfbrown@suse.de
- rpc.gssd-catch-signal.patch - rpc.gssd-catch-signal.patch
* new patch (not yet upstream) to make sure * new patch (not yet upstream) to make sure