summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 503a624..01a0451 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -236,7 +236,7 @@ cat > /etc/rc.d/init.d/livesys-late << EOF
. /etc/init.d/functions
-if ! strstr "\`cat /proc/cmdline\`" liveimg || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
+if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
exit 0
fi