diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:01:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:01:37 +0000 |
commit | fad46a0b891bb10264a919afb6fb31ec3d714c68 (patch) | |
tree | 2168ccca92da5e6bf9379cf625669cd26571edbd /debian/patches/vconsole | |
parent | Merging upstream version 102. (diff) | |
download | dracut-fad46a0b891bb10264a919afb6fb31ec3d714c68.tar.xz dracut-fad46a0b891bb10264a919afb6fb31ec3d714c68.zip |
Adding debian version 102-1.debian/102-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/vconsole')
-rw-r--r-- | debian/patches/vconsole | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/vconsole b/debian/patches/vconsole index 5729bd4..569b375 100644 --- a/debian/patches/vconsole +++ b/debian/patches/vconsole @@ -1,8 +1,8 @@ --- 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 +@@ -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 |