summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)