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
This commit is contained in:
Dr. Werner Fink 2013-08-05 17:48:21 +00:00 committed by Git OBS Bridge
parent d46251b0bc
commit 8432ffbb90
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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