Description of problem: The fedora-live and fedora-late-live services have been reported running on an installed system still. Version-Release number of selected component (if applicable): livecd-tools-017-1.fc9 How reproducible: Install from LiveCD/DVD, reboot into newly installed system Actual results: The fedora-live and fedora-late-live services are still in chkconfig and enabled Expected results: No fedora-live and/or fedora-late-live services anymore since any configuration done on the machine is now supposed to be persistent anyway. Additional info: This bug was reported by someone in #fedora, and this bug is merely a tracker for me to look in to it.
They're there but become no-ops since the first thing they do is check for liveimg in the kernel command line. Yes, this is kind of lame but hard-coding 'remove this script' in anaconda is _more_ lame :-)
Could this be related to (or the same as) bug #446074 ?
(In reply to comment #1) > They're there but become no-ops since the first thing they do is check for > liveimg in the kernel command line. > > Yes, this is kind of lame but hard-coding 'remove this script' in anaconda is > _more_ lame :-) I guess that fixes/addresses the original bug