From: Harald Hoyer Date: Fri, 12 Aug 2011 07:53:40 +0000 (+0200) Subject: removed sourceforge references X-Git-Tag: 013~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e802b113ac3f33ee275d0a9f6a77ac62759687b;p=thirdparty%2Fdracut.git removed sourceforge references --- diff --git a/modules.d/95iscsi/parse-iscsiroot.sh b/modules.d/95iscsi/parse-iscsiroot.sh index 8fcab4554..50341b238 100755 --- a/modules.d/95iscsi/parse-iscsiroot.sh +++ b/modules.d/95iscsi/parse-iscsiroot.sh @@ -41,8 +41,7 @@ if [ -n "$iscsiroot" ] ; then # @deprecated echo "Warning: Argument isciroot is deprecated and might be removed in a future" - echo "release. See http://apps.sourceforge.net/trac/dracut/wiki/commandline for" - echo "more information." + echo "release. See 'man dracut.kernel' for more information." # Accept iscsiroot argument? [ -z "$netroot" ] || [ "$netroot" = "iscsi" ] || \ diff --git a/modules.d/95nfs/parse-nfsroot.sh b/modules.d/95nfs/parse-nfsroot.sh index 1d8d5321a..4e69edc00 100755 --- a/modules.d/95nfs/parse-nfsroot.sh +++ b/modules.d/95nfs/parse-nfsroot.sh @@ -49,7 +49,7 @@ fi # LEGACY: nfsroot= is valid only if root=/dev/nfs if [ -n "$nfsroot" ] ; then # @deprecated - warn "Argument nfsroot is deprecated and might be removed in a future release. See http://apps.sourceforge.net/trac/dracut/wiki/commandline for more information." + warn "Argument nfsroot is deprecated and might be removed in a future release. See 'man dracut.kernel' for more information." if [ "$(getarg root=)" != "/dev/nfs" ]; then die "Argument nfsroot only accepted for legacy root=/dev/nfs" fi