From 54a73cbb2b54efeca9aad58c6ffce7834ee48db9 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 15 Sep 2009 13:18:22 +0200 Subject: [PATCH] dracut-lib.sh: change -f to -e to allow symlinks --- modules.d/99base/dracut-lib.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index e0ca892..3c6dd64 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