aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-10-08 16:20:56 -0400
committerBill Nottingham <notting@redhat.com>2012-10-08 16:20:56 -0400
commitd7cc6f6b94ee125ec3642368493766d38992af10 (patch)
tree0e34b2f23254c079b2f8945bc994af4823d0e01d /systemd
parent1d7446ccf9d2671857c5f554b2a0be484e95e640 (diff)
downloadinitscripts-d7cc6f6b94ee125ec3642368493766d38992af10.tar
initscripts-d7cc6f6b94ee125ec3642368493766d38992af10.tar.gz
initscripts-d7cc6f6b94ee125ec3642368493766d38992af10.tar.bz2
initscripts-d7cc6f6b94ee125ec3642368493766d38992af10.tar.xz
initscripts-d7cc6f6b94ee125ec3642368493766d38992af10.zip
Don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/fedora-autorelabel2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel
index 61dc5517..689908a7 100755
--- a/systemd/fedora-autorelabel
+++ b/systemd/fedora-autorelabel
@@ -27,7 +27,7 @@ relabel_selinux() {
echo $"*** Relabeling could take a very long time, depending on file"
echo $"*** system size and speed of hard drives."
- /sbin/fixfiles -F restore > /dev/null 2>&1
+ /sbin/fixfiles restore > /dev/null 2>&1
fi
rm -f /.autorelabel
systemctl --force reboot