mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
Added cleanup of /var/log
This commit is contained in:
parent
3d653e54ca
commit
bd8d33d5c2
@ -192,5 +192,10 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
# When we build the image /var/log gets populated.
|
||||||
|
# Let's clean it up.
|
||||||
|
echo "Cleanup leftover in /var/log"
|
||||||
|
rm -rf /var/log/*
|
||||||
|
|
||||||
%end
|
%end
|
||||||
##### end custom post script ########################################
|
##### end custom post script ########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user