Drop console-shell.service from preset invocation
Missing unit would case the whole systemctl preset call to fail, breaking getty@.service instantiation. Reported by adamw.
This commit is contained in:
parent
324bf560f7
commit
734f625c22
1 changed files with 0 additions and 2 deletions
|
|
@ -423,7 +423,6 @@ if [ $1 -eq 1 ] ; then
|
|||
getty@.service \
|
||||
serial-getty@.service \
|
||||
console-getty.service \
|
||||
console-shell.service \
|
||||
debug-shell.service \
|
||||
systemd-networkd.service \
|
||||
systemd-networkd-wait-online.service \
|
||||
|
|
@ -441,7 +440,6 @@ if [ $1 -eq 0 ] ; then
|
|||
getty@.service \
|
||||
serial-getty@.service \
|
||||
console-getty.service \
|
||||
console-shell.service \
|
||||
debug-shell.service \
|
||||
systemd-readahead-replay.service \
|
||||
systemd-readahead-collect.service \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue