Move configured set to the end. Fixes bug #991466

This commit is contained in:
Kevin Fenzi 2013-08-04 11:58:54 -06:00
parent 681485e85f
commit a47186bb67
1 changed files with 3 additions and 2 deletions

View File

@ -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