diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:02:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:02:18 +0000 |
commit | 38e1cb1b6d5b00be81c1d8396ff3c6c039db44d4 (patch) | |
tree | 333a0fdf49d5f7436737fdd24894f736ffd7bf4a /debian/patches/vconsole | |
parent | Merging upstream version 102. (diff) | |
download | dracut-38e1cb1b6d5b00be81c1d8396ff3c6c039db44d4.tar.xz dracut-38e1cb1b6d5b00be81c1d8396ff3c6c039db44d4.zip |
Merging debian version 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 |