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:
parent
797d2b5e28
commit
81cc136710
@ -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 || :
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 || :
|
||||
|
Loading…
Reference in New Issue
Block a user