commit 4971745782341af27d018b9b42d71c55b9a37a94 Author: Matthew Miller mattdm@mattdm.org Date: Fri Nov 7 21:55:36 2014 -0500
cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog
fedora-cloud-atomic.ks | 5 ----- fedora-cloud-base.ks | 5 ----- fedora-cloud-experimental.ks | 5 ----- 3 files changed, 0 insertions(+), 15 deletions(-) --- diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks index be862c4..0e16542 100644 --- a/fedora-cloud-atomic.ks +++ b/fedora-cloud-atomic.ks @@ -53,11 +53,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 . - echo -n "Getty fixes" # although we want console output going to the serial console, we don't # actually have the opportunity to login there. FIX. diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index a61e82e..6a1417a 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -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." yum -C -y remove linux-firmware diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks index fb902a5..55df15e 100644 --- a/fedora-cloud-experimental.ks +++ b/fedora-cloud-experimental.ks @@ -98,11 +98,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