try relabeling this way
This commit is contained in:
parent
78f5768405
commit
969d84de3e
@ -124,6 +124,9 @@ systemctl disable network
|
||||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
%post --nochroot
|
||||
# only works on x86_64
|
||||
|
@ -120,6 +120,9 @@ systemctl disable network
|
||||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
%post --nochroot
|
||||
# only works on x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user