From b2b11f55796902d18e4840410837f5d7eaa6adf4 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Fri, 13 Feb 2009 04:42:08 -0800 Subject: [PATCH] [PATCH 16/50] $MNTIMAGE? I thought the install dir was $initdir. --- dracut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3