]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "Be verbose when unsquashing our root filesystem."
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Dec 2008 14:18:40 +0000 (15:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Dec 2008 14:18:40 +0000 (15:18 +0100)
This reverts commit 3a30b7425ab582b265ed7d1ee091d45b8a5e5d5a.

src/pomona/pakfireinstall.py

index 875a1a4d11c7937b7b48660615f0c057f604659d..ff5bdca3002f37314a558f00f4ef3957c57eb39d 100644 (file)
@@ -123,7 +123,7 @@ class PomonaPakfire:
         filesize = int(os.path.getsize(filename))
         log.info("Source file %s has size of %dKB" % (filename, filesize / 1024,))
 
-        command = "unsquashfs -n -i -f -d %s %s >/dev/tty5 2>&1" % (HARDDISK_PATH, filename,)
+        command = "unsquashfs -n -i -f -d %s %s 2>/dev/tty5" % (HARDDISK_PATH, filename,)
 
         extractor = subprocess.Popen(command, shell=True,
                                  stdout=subprocess.PIPE,