cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog

This commit is contained in:
Matthew Miller
2014-11-07 21:55:36 -05:00
parent be35caf183
commit f59d761db7
4 changed files with 0 additions and 20 deletions

View File

@@ -100,11 +100,6 @@ rm -f /etc/systemd/system/default.target
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
echo .
# If you want to remove rsyslog and just use journald, remove this!
echo -n "Disabling persistent journal"
rmdir /var/log/journal/
echo .
# this is installed by default but we don't need it in virt
echo "Removing linux-firmware package."
dnf -C -y erase linux-firmware