diff options
author | Bill Nottingham <notting@redhat.com> | 2012-10-08 16:20:56 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-10-08 16:20:56 -0400 |
commit | d7cc6f6b94ee125ec3642368493766d38992af10 (patch) | |
tree | 0e34b2f23254c079b2f8945bc994af4823d0e01d /systemd | |
parent | 1d7446ccf9d2671857c5f554b2a0be484e95e640 (diff) | |
download | initscripts-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-x | systemd/fedora-autorelabel | 2 |
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 |