From 840198ae7669d3d41f4e5ba07af3f9bc87677732dd98694a72e916180278f9c3 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 6 Aug 2013 09:25:50 +0000 Subject: [PATCH] - explicitly enable getty@tty1.service intead of getty@.service as the tty1 alias has been removed from the file (bnc#833494) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=421 --- systemd-mini.spec | 2 +- systemd.changes | 6 ++++++ systemd.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/systemd-mini.spec b/systemd-mini.spec index 8dc12a23..615ada19 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -624,7 +624,7 @@ fi if [ "$1" -eq 1 ]; then # Enable these services by default. /usr/bin/systemctl enable \ - getty@.service \ + getty@tty1.service \ systemd-readahead-collect.service \ systemd-readahead-replay.service \ remote-fs.target >/dev/null 2>&1 || : diff --git a/systemd.changes b/systemd.changes index 35185b2f..17f350ce 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 6 09:24:07 UTC 2013 - lnussel@suse.de + +- explicitly enable getty@tty1.service intead of getty@.service as + the tty1 alias has been removed from the file (bnc#833494) + ------------------------------------------------------------------- Thu Aug 1 15:52:20 UTC 2013 - fcrozat@suse.com diff --git a/systemd.spec b/systemd.spec index 8c0271cf..56827189 100644 --- a/systemd.spec +++ b/systemd.spec @@ -619,7 +619,7 @@ fi if [ "$1" -eq 1 ]; then # Enable these services by default. /usr/bin/systemctl enable \ - getty@.service \ + getty@tty1.service \ systemd-readahead-collect.service \ systemd-readahead-replay.service \ remote-fs.target >/dev/null 2>&1 || :