commit 11631d64815c3f0174e37f7a16f8702221099fb5 Author: Adam Williamson awilliam@redhat.com Date: Tue Aug 20 08:50:39 2013 -0700
move the 'livesys is done' block back up so it's at least inside livesys
fedora-live-base.ks | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 6c76e96..09a2bb0 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -202,6 +202,9 @@ systemctl --no-reload disable atd.service 2> /dev/null || : systemctl stop crond.service 2> /dev/null || : systemctl stop atd.service 2> /dev/null || :
+# Mark things as configured +touch /.liveimg-configured + EOF
# bah, hal starts way too late @@ -287,9 +290,6 @@ rm -f /boot/initramfs* # make sure there aren't core files lying around rm -f /core*
-# Mark things as configured -touch /.liveimg-configured - # convince readahead not to collect # FIXME: for systemd