]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
[PATCH 16/50] $MNTIMAGE? I thought the install dir was $initdir.
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 13 Feb 2009 12:42:08 +0000 (04:42 -0800)
committerDave Jones <davej@redhat.com>
Mon, 16 Feb 2009 18:56:41 +0000 (13:56 -0500)
dracut

diff --git a/dracut b/dracut
index 13c254f07df981f12a27bd5b478ca9918a55e640..a19f91002809f6f8fffe8332ef97d4330034f09a 100755 (executable)
--- 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