commit a47186bb673789cb3ba6bae8af26bf0a86b7dcac Author: Kevin Fenzi kevin@scrye.com Date: Sun Aug 4 11:58:54 2013 -0600
Move configured set to the end. Fixes bug #991466
fedora-live-base.ks | 5 +++-- 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