From ceba259b5abaa334128ff57a1268c70bec20679e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 21 Jul 2014 14:08:22 -0400 Subject: [PATCH] atomic: default.target is set in the tree The compose process sets it. --- fedora-cloud-atomic.ks | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks index 3b8816e..77a6f6b 100644 --- a/fedora-cloud-atomic.ks +++ b/fedora-cloud-atomic.ks @@ -42,12 +42,6 @@ userdel -r none # 0 means wait forever, so instead we'll go with 1. sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf -# setup systemd to boot to the right runlevel -echo -n "Setting default runlevel to multiuser text mode" -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/