summaryrefslogtreecommitdiffstats
path: root/debian/patches/vconsole
blob: 569b37540d0089137ae9fb2a0e022ae24770a02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/modules.d/00systemd/module-setup.sh
+++ b/modules.d/00systemd/module-setup.sh
@@ -158,7 +158,8 @@
         emergency.target \
         rescue.target; do
         [[ -f "$systemdsystemunitdir"/$i ]] || continue
-        $SYSTEMCTL -q --root "$initdir" add-wants "$i" systemd-vconsole-setup.service
+        # $SYSTEMCTL -q --root "$initdir" add-wants "$i" systemd-vconsole-setup.service
+	true
     done
 
     mkdir -p "$initdir/etc/systemd"