Browse Source

typo fix

Signed-off-by: Hermann Gausterer <git-dracut-2012@mrq1.org>
master
Hermann Gausterer 13 years ago committed by Harald Hoyer
parent
commit
0de93fa1da
  1. 2
      modules.d/95iscsi/parse-iscsiroot.sh

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

@ -40,7 +40,7 @@ if [ -n "$iscsiroot" ] ; then @@ -40,7 +40,7 @@ if [ -n "$iscsiroot" ] ; then
[ -z "$netroot" ] && netroot=$root

# @deprecated
echo "Warning: Argument isciroot is deprecated and might be removed in a future"
echo "Warning: Argument iscsiroot is deprecated and might be removed in a future"
echo "release. See 'man dracut.kernel' for more information."

# Accept iscsiroot argument?

Loading…
Cancel
Save