summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2013-03-19 12:43:49 -0600
committerKevin Fenzi <kevin@scrye.com>2013-03-19 12:43:49 -0600
commit55a954e8111ed67bb82677509ea8c33e0f992bb4 (patch)
tree5123ff3542df323dd2159b9b879fc8eada160a5a /fedora-live-base.ks
parentae7610c3fb761cc2de9bd322b733b5fc4c6015b5 (diff)
downloadspin-kickstarts-55a954e8111ed67bb82677509ea8c33e0f992bb4.tar.gz
spin-kickstarts-55a954e8111ed67bb82677509ea8c33e0f992bb4.tar.xz
spin-kickstarts-55a954e8111ed67bb82677509ea8c33e0f992bb4.zip
Fix old reference to liveimg. Fixes bug #923107
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