move the 'livesys is done' block back up so it's at least inside livesys

This commit is contained in:
Adam Williamson 2013-08-20 08:50:39 -07:00
parent f0a4cbb934
commit 11631d6481
1 changed files with 3 additions and 3 deletions

View File

@ -202,6 +202,9 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
systemctl stop crond.service 2> /dev/null || :
systemctl stop atd.service 2> /dev/null || :
# Mark things as configured
touch /.liveimg-configured
EOF
# bah, hal starts way too late
@ -287,9 +290,6 @@ 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