diff options
Diffstat (limited to 'debian/patches/vconsole')
-rw-r--r-- | debian/patches/vconsole | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/vconsole b/debian/patches/vconsole new file mode 100644 index 0000000..5729bd4 --- /dev/null +++ b/debian/patches/vconsole @@ -0,0 +1,12 @@ +--- a/modules.d/00systemd/module-setup.sh ++++ b/modules.d/00systemd/module-setup.sh +@@ -245,7 +245,8 @@ + systemd-ask-password-console.service \ + systemd-ask-password-plymouth.service; 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" |