Fixing mistyped DRACUT_CMD directive

This commit is contained in:
Neil Horman 2009-07-31 14:39:28 +00:00
parent b078c6dd71
commit 1288dbdc65

View File

@ -56,7 +56,7 @@ function check_config()
if [ -f /etc/kdump-adv-conf/initramfs.conf ] if [ -f /etc/kdump-adv-conf/initramfs.conf ]
then then
$LOGGER "Using Kdump advanced configuration service" $LOGGER "Using Kdump advanced configuration service"
if [ -n "DRACUT_CMD" ] if [ -n "$DRACUT_CMD" ]
then then
MKDUMPRD=$DRACUT_CMD MKDUMPRD=$DRACUT_CMD
else else