diff options
author | Chris Lumens <clumens@redhat.com> | 2008-03-17 17:21:47 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-03-17 17:21:47 -0400 |
commit | 6ebe8e39138ee9010ba0b92ddcdb752d4ef31246 (patch) | |
tree | f9072e2b8f4d1c51c5a0598ea505d7add9c66b8b | |
parent | e32261d712ba731d90b9aba57a964aa990c33d4f (diff) | |
download | anaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.tar.gz anaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.tar.xz anaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.zip |
Fix a typo.
-rw-r--r-- | livecd.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend): anaconda.id.fsset.labelEntry(r, anaconda.rootPath, True) # ensure we have a random UUID on the rootfs # FIXME: this should be abstracted per filesystem type - iutil.execWithRedirect("tune2fs", ["-U", "random", r.device.getDevice], + iutil.execWithRedirect("tune2fs", ["-U", "random", r.device.getDevice()], stdout="/dev/tty5", stderr="/dev/tty5", searchPath = 1) |