ALT Linux Bugzilla
– Attachment 14934 Details for
Bug 48254
Если luks обнаруживается до запуска plymouth, то пароль спрашивается в консоли
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
0001-feature-plymouth-try-to-wait-plymouthd.patch
0001-feature-plymouth-try-to-wait-plymouthd.patch (text/plain), 850 bytes, created by
Alexey Gladkov
on 2023-10-30 19:58:01 MSK
(
hide
)
Description:
0001-feature-plymouth-try-to-wait-plymouthd.patch
Filename:
MIME Type:
Creator:
Alexey Gladkov
Created:
2023-10-30 19:58:01 MSK
Size:
850 bytes
patch
obsolete
>From 9f7749ba620af5e9a063df93cd5ccceab8316822 Mon Sep 17 00:00:00 2001 >From: Alexey Gladkov <gladkov.alexey@gmail.com> >Date: Mon, 30 Oct 2023 17:55:52 +0100 >Subject: [PATCH] feature/plymouth: try to wait plymouthd > >Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com> >--- > features/plymouth/data/etc/rc.d/init.d/plymouth | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/features/plymouth/data/etc/rc.d/init.d/plymouth b/features/plymouth/data/etc/rc.d/init.d/plymouth >index f465165f..696a1cb2 100755 >--- a/features/plymouth/data/etc/rc.d/init.d/plymouth >+++ b/features/plymouth/data/etc/rc.d/init.d/plymouth >@@ -38,6 +38,12 @@ start() { > > omit_pid "$(cat "$pid")" > show_splash & >+ >+ timeout=40 >+ while [ "$timeout" -gt 0 ] && ! plymouth --ping 2>/dev/null; do >+ sleep 1 >+ timeout=$(($timeout - 1)) >+ done > } > > stop() { >-- >2.33.8 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48254
: 14934 |
14941