forked from pool/nfs-utils
This commit is contained in:
parent
a7b913941a
commit
c3304deef5
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user