Add restorecon to stage
This commit is contained in:
parent
969d84de3e
commit
3800c215ed
10 changed files with 30 additions and 0 deletions
|
@ -87,6 +87,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -87,6 +87,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -87,6 +87,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -86,6 +86,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -86,6 +86,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -87,6 +87,9 @@ systemctl disable network
|
|||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# relabel
|
||||
restorecon -R /
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 a new issue