From 4971745782341af27d018b9b42d71c55b9a37a94 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Nov 08 2014 02:55:36 +0000 Subject: cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog --- 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