summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fedora-live-base.ks5
1 files changed, 3 insertions, 2 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 4d3b129..6c76e96 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -77,8 +77,6 @@ exists() {
\$*
}
-touch /.liveimg-configured
-
# Make sure we don't mangle the hardware clock on shutdown
ln -sf /dev/null /etc/systemd/system/hwclock-save.service
@@ -289,6 +287,9 @@ 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