Change installation-tar compression from bzip2 to lzma.

This commit is contained in:
Arne Fitzenreiter
2010-02-21 13:13:27 +01:00
parent a6e3f4545f
commit dbf157bbaa
7 changed files with 16 additions and 16 deletions

View File

@@ -439,7 +439,7 @@ int main(int argc, char *argv[])
}
snprintf(commandstring, STRING_SIZE,
"/bin/tar -C /harddisk -xvjf /cdrom/" SNAME "-" VERSION ".tbz2");
"/bin/tar -C /harddisk -xvf /cdrom/" SNAME "-" VERSION ".tlz --lzma");
if (runcommandwithprogress(60, 4, title, commandstring, INST_FILECOUNT,
ctr[TR_INSTALLING_FILES]))