Mailinglist Archive: opensuse-commit (1942 mails)
| < Previous | Next > |
commit nfs-utils
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 21 Nov 2008 15:38:31 +0100
- Message-id: <20081121143831.B8AE5678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package nfs-utils
checked in at Fri Nov 21 15:38:31 CET 2008.
--------
--- nfs-utils/nfs-utils.changes 2008-11-20 03:10:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/nfs-utils/nfs-utils.changes 2008-11-21
11:46:38.383603000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 21 11:45:58 CET 2008 - hare@xxxxxxx
+
+- export ROOTFS_FSCK=0 to skip fsck for root on NFS (bnc#441234)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.s27813/_old 2008-11-21 15:38:11.000000000 +0100
+++ /var/tmp/diff_new_pack.s27813/_new 2008-11-21 15:38:11.000000000 +0100
@@ -27,7 +27,7 @@
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.1.3
-Release: 11
+Release: 12
Group: Productivity/Networking/NFS
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -290,6 +290,8 @@
%doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4
%changelog
+* Fri Nov 21 2008 hare@xxxxxxx
+- export ROOTFS_FSCK=0 to skip fsck for root on NFS (bnc#441234)
* Thu Nov 20 2008 nfbrown@xxxxxxx
- rpc.gssd-catch-signal.patch
* new patch (not yet upstream) to make sure
++++++ mkinitrd-boot.sh ++++++
--- /var/tmp/diff_new_pack.s27813/_old 2008-11-21 15:38:11.000000000 +0100
+++ /var/tmp/diff_new_pack.s27813/_new 2008-11-21 15:38:11.000000000 +0100
@@ -49,6 +49,9 @@
else
rootflags="nolock"
fi
+ # tell boot.rootfsck to skip warning
+ ROOTFS_FSCK=0
+ export ROOTFS_FSCK
else
dont_load_modules
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |