]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
removed sourceforge references
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Aug 2011 07:53:40 +0000 (09:53 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 12 Aug 2011 07:53:40 +0000 (09:53 +0200)
modules.d/95iscsi/parse-iscsiroot.sh
modules.d/95nfs/parse-nfsroot.sh

index 8fcab45547cf0897676b4d55e6a3781b653351d7..50341b238ae680dc52cc34054b1203ad7c916d5b 100755 (executable)
@@ -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" ] || \
index 1d8d5321a439c2bb47876da9b412a446177895db..4e69edc005b36f8448e045eec0e523594fb821fa 100755 (executable)
@@ -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