From a47186bb673789cb3ba6bae8af26bf0a86b7dcac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 4 Aug 2013 11:58:54 -0600 Subject: [PATCH] Move configured set to the end. Fixes bug #991466 --- fedora-live-base.ks | 5 +++-- 1 file 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