]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/install/main.c
Remove tar sterr output on installscreen.
[people/pmueller/ipfire-2.x.git] / src / install+setup / install / main.c
index ff0b3a27f39e006d41268222b6c7b1632d51ce85..d023b69b0809cf6db56ee68aa7a568840d3c8064 100644 (file)
@@ -441,7 +441,7 @@ int main(int argc, char *argv[])
        }
 
        snprintf(commandstring, STRING_SIZE,
-               "/bin/tar -C /harddisk  -xvf /cdrom/" SNAME "-" VERSION ".tlz --lzma");
+               "/bin/tar -C /harddisk  -xvf /cdrom/" SNAME "-" VERSION ".tlz --lzma 2>/dev/null");
        
        if (runcommandwithprogress(60, 4, title, commandstring, INST_FILECOUNT,
                ctr[TR_INSTALLING_FILES]))
@@ -538,7 +538,7 @@ int main(int argc, char *argv[])
        }
        
        mysystem("umount /cdrom");
-       snprintf(commandstring, STRING_SIZE, "eject /dev/%s", sourcedrive);
+       snprintf(commandstring, STRING_SIZE, "/usr/bin/eject /dev/%s", sourcedrive);
        mysystem(commandstring);
 
        if (!unattended) {