diff --git a/mkinitrd-boot.sh b/mkinitrd-boot.sh index 5f9543b..4a18cde 100644 --- a/mkinitrd-boot.sh +++ b/mkinitrd-boot.sh @@ -2,7 +2,7 @@ #%stage: block #%modules: nfs #%programs: /sbin/mount.nfs -#%if: "$rootfstype" = "nfs" -a "$interface" +#%if: "$rootfstype" = "nfs" -o "$need_nfs" # ##### Network FileSystem ## diff --git a/nfs-utils.changes b/nfs-utils.changes index 4e24659..d9c1b33 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 19 23:43:45 UTC 2010 - nfbrown@novell.com + +- mkinitrd-boot.sh: allow other mkinitrd-setup + scripts to request the inclusion of nfs support + by setting need_nfs to 1. (bnc#572207) + ------------------------------------------------------------------- Mon Apr 19 04:54:50 UTC 2010 - nfbrown@novell.com