From 734f625c221cf49c63d102fc48abb3599e3391a9 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 11 2017 19:30:44 +0000 Subject: 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. --- diff --git a/systemd.spec b/systemd.spec index 58c984f..fac50e2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 \