Browse Source

removed sourceforge references

master
Harald Hoyer 14 years ago
parent
commit
5e802b113a
  1. 3
      modules.d/95iscsi/parse-iscsiroot.sh
  2. 2
      modules.d/95nfs/parse-nfsroot.sh

3
modules.d/95iscsi/parse-iscsiroot.sh

@ -41,8 +41,7 @@ if [ -n "$iscsiroot" ] ; then @@ -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" ] || \

2
modules.d/95nfs/parse-nfsroot.sh

@ -49,7 +49,7 @@ fi @@ -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

Loading…
Cancel
Save