Accepting request 185979 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/185979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=104
This commit is contained in:
Stephan Kulow 2013-08-06 05:04:04 +00:00 committed by Git OBS Bridge
commit 55653a01c5
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