From 11631d64815c3f0174e37f7a16f8702221099fb5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 20 2013 15:50:39 +0000 Subject: move the 'livesys is done' block back up so it's at least inside livesys --- 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