SHA256
1
0
forked from pool/systemd

- 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
This commit is contained in:
Ludwig Nussel 2013-08-06 09:25:50 +00:00 committed by Git OBS Bridge
parent 797d2b5e28
commit 81cc136710
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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