summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-09-10 18:41:37 +0000
committerJeremy Katz <katzj@redhat.com>2002-09-10 18:41:37 +0000
commitbb622e75b9363bb8a7135db636e936c384787bed (patch)
tree48443df5aea6c7460adb4994f322ec95e5dfd680 /fsset.py
parent04e717140feee2721510ab949b13f899762f3e0c (diff)
downloadanaconda-bb622e75b9363bb8a7135db636e936c384787bed.tar.gz
anaconda-bb622e75b9363bb8a7135db636e936c384787bed.tar.xz
anaconda-bb622e75b9363bb8a7135db636e936c384787bed.zip
merge alpha changes from 7.2-alpha
didn't merge the following: * weird handling of /boot and the beginning of the disk. if we do alpha again, we need to do this in some sort of maintainable fashion * some of the weird stuff with adding a single user target in the boot loader config and the like
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index af254a51a..fc3dab595 100644
--- a/fsset.py
+++ b/fsset.py
@@ -661,7 +661,8 @@ class swapFileSystem(FileSystemType):
file = entry.device.setupDevice(chroot)
rc = iutil.execWithRedirect ("/usr/sbin/mkswap",
[ "mkswap", '-v1', file ],
- stdout = None, stderr = None,
+ stdout = "/dev/tty5",
+ stderr = "/dev/tty5",
searchPath = 1)
if rc:
raise SystemError