I have endless reboot loop when I create /.autorelabel file.<br />
Autorelabeling works fine but /.autorelabel not removed.<br />
<br />
<br />
To fix this issue I added<br />
rm -f /.autorelabel<br />
before<br />
/sbin/fixfiles $FORCE restore > /dev/null 2>&1<br />
in file<br />
/usr/lib/systemd/rhel-autorelabel<br />
<br />
After this autorelabeling works fine
↧