From: Harald Hoyer Date: Tue, 15 Sep 2009 11:18:22 +0000 (+0200) Subject: dracut-lib.sh: change -f to -e to allow symlinks X-Git-Tag: 002~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54a73cbb2b54efeca9aad58c6ffce7834ee48db9;p=thirdparty%2Fdracut.git dracut-lib.sh: change -f to -e to allow symlinks --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index e0ca8921e..3c6dd6480 100644 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -1,7 +1,7 @@ getarg() { local o line if [ -z "$CMDLINE" ]; then - [ -f /etc/cmdline ] && read CMDLINE_ETC