From: Victor Lowther Date: Fri, 13 Feb 2009 12:42:08 +0000 (-0800) Subject: [PATCH 16/50] $MNTIMAGE? I thought the install dir was $initdir. X-Git-Tag: 0.1~462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2b11f55796902d18e4840410837f5d7eaa6adf4;p=thirdparty%2Fdracut.git [PATCH 16/50] $MNTIMAGE? I thought the install dir was $initdir. --- diff --git a/dracut b/dracut index 13c254f07..a19f91002 100755 --- a/dracut +++ b/dracut @@ -98,10 +98,10 @@ if [ -f /etc/sysconfig/i18n ]; then inst "$FN" "$initdir" case $FN in *.gz) - gzip -d "$MNTIMAGE$FN" + gzip -d "$initdir$FN" ;; *.bz2) - bzip2 -d "$MNTIMAGE$FN" + bzip2 -d "$initdir$FN" ;; esac done