forked from srbala/fedora-kickstarts
Move configured set to the end. Fixes bug #991466
This commit is contained in:
parent
681485e85f
commit
a47186bb67
@ -77,8 +77,6 @@ exists() {
|
|||||||
\$*
|
\$*
|
||||||
}
|
}
|
||||||
|
|
||||||
touch /.liveimg-configured
|
|
||||||
|
|
||||||
# Make sure we don't mangle the hardware clock on shutdown
|
# Make sure we don't mangle the hardware clock on shutdown
|
||||||
ln -sf /dev/null /etc/systemd/system/hwclock-save.service
|
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
|
# make sure there aren't core files lying around
|
||||||
rm -f /core*
|
rm -f /core*
|
||||||
|
|
||||||
|
# Mark things as configured
|
||||||
|
touch /.liveimg-configured
|
||||||
|
|
||||||
# convince readahead not to collect
|
# convince readahead not to collect
|
||||||
# FIXME: for systemd
|
# FIXME: for systemd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user