From 8432ffbb9022193f35525430f16c5702c693212d82078718a390a9342f2513a9 Mon Sep 17 00:00:00 2001
From: "Dr. Werner Fink" <werner@suse.com>
Date: Mon, 5 Aug 2013 17:48:21 +0000
Subject: [PATCH] Accepting request 185955 from home:olh:branches:Base:System

- Include also nfsv2,nfsv3,nfsv4.ko in initrd (bnc#815738)
- Remove usage of absolute paths in mkinitrd script
- Include also mount.nfs4

OBS-URL: https://build.opensuse.org/request/show/185955
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=91
---
 mkinitrd-boot.sh  | 4 ++--
 nfs-utils.changes | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/mkinitrd-boot.sh b/mkinitrd-boot.sh
index 24deb90..145f928 100644
--- a/mkinitrd-boot.sh
+++ b/mkinitrd-boot.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 #%stage: block
-#%modules: nfs
-#%programs: /sbin/mount.nfs
+#%modules: nfs nfsv2 nfsv3 nfsv4
+#%programs: mount.nfs mount.nfs4
 #%if: "$rootfstype" = "nfs" -o "$need_nfs"
 #
 ##### Network FileSystem
diff --git a/nfs-utils.changes b/nfs-utils.changes
index 243de59..d7a8836 100644
--- a/nfs-utils.changes
+++ b/nfs-utils.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Aug  5 15:41:31 CEST 2013 - ohering@suse.de
+
+- Include also nfsv2,nfsv3,nfsv4.ko in initrd (bnc#815738)
+- Remove usage of absolute paths in mkinitrd script
+- Include also mount.nfs4
+
 -------------------------------------------------------------------
 Mon Jul 22 06:47:57 UTC 2013 - nfbrown@suse.com