summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2013-08-04 11:58:54 -0600
committerKevin Fenzi <kevin@scrye.com>2013-08-04 11:58:54 -0600
commita47186bb673789cb3ba6bae8af26bf0a86b7dcac (patch)
tree266c2de187c3c00d8daf7e8b11b150fe0b0dd202 /fedora-live-base.ks
parent681485e85fb364c93fd30ef8c949f1d5959b80cd (diff)
downloadspin-kickstarts-a47186bb673789cb3ba6bae8af26bf0a86b7dcac.tar.gz
spin-kickstarts-a47186bb673789cb3ba6bae8af26bf0a86b7dcac.tar.xz
spin-kickstarts-a47186bb673789cb3ba6bae8af26bf0a86b7dcac.zip
Move configured set to the end. Fixes bug #991466
Diffstat (limited to 'fedora-live-base.ks')
-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