summaryrefslogtreecommitdiffstats
path: root/livecd.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-03-17 17:21:47 -0400
committerChris Lumens <clumens@redhat.com>2008-03-17 17:21:47 -0400
commit6ebe8e39138ee9010ba0b92ddcdb752d4ef31246 (patch)
treef9072e2b8f4d1c51c5a0598ea505d7add9c66b8b /livecd.py
parente32261d712ba731d90b9aba57a964aa990c33d4f (diff)
downloadanaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.tar.gz
anaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.tar.xz
anaconda-6ebe8e39138ee9010ba0b92ddcdb752d4ef31246.zip
Fix a typo.
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd.py b/livecd.py
index 8c87c80be..2c4b2da9c 100644
--- a/livecd.py
+++ b/livecd.py
@@ -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)