commit d4a43a3820fd0d75eb69bc4ecdf55226eeefc9bd Author: Kevin Fenzi kevin@scrye.com Date: Tue Mar 19 12:43:49 2013 -0600
Fix old reference to liveimg. Fixes bug #923107
fedora-live-base.ks | 2 +- fedora-live-mini.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 56e3829..49e1ede 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
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks index e695f93..41fec0f 100644 --- a/fedora-live-mini.ks +++ b/fedora-live-mini.ks @@ -113,7 +113,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
. /etc/init.d/functions
-if ! strstr "`cat /proc/cmdline`" liveimg || [ "$1" != "start" ]; then +if ! strstr "`cat /proc/cmdline`" rd.live.image || [ "$1" != "start" ]; then exit 0 fi