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 || :