use persistent journal in experimental cloud image

This commit is contained in:
Matthew Miller 2014-06-18 09:06:37 -04:00
parent 88e267d5b7
commit dba6e97afe
1 changed files with 0 additions and 5 deletions

View File

@ -114,11 +114,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."
yum -C -y remove linux-firmware