From a0e1c9fbdaf5ff8ec41c8af121257c199581a83c Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 14 Oct 2009 13:54:11 +0000 Subject: - Instantiate password dialog at startup, before initrd is unmounted, in case /usr isn't mounted when requested (Mdv bug #54048) --- common/plymouth/mdv.script | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/plymouth/mdv.script b/common/plymouth/mdv.script index e330dc7..15f8a05 100644 --- a/common/plymouth/mdv.script +++ b/common/plymouth/mdv.script @@ -153,6 +153,8 @@ SpriteSetImage(sprite_prompt, prompt); SpriteSetPosition(sprite_prompt, (SpriteWindowGetWidth() - ImageGetWidth(prompt)) / 2, SpriteWindowGetHeight() * 0.89, 2); } +/* instantiate dialog at startup, to ensure all icons are loaded in memory before initrd is unmounted, in case /usr isn't mounted yet */ +dialog_setup(); dialog_opacity(0); PlymouthSetDisplayNormalFunction(display_normal_callback); PlymouthSetDisplayPasswordFunction(display_password_callback); PlymouthSetMessageFunction(display_message_callback); -- cgit v1.2.1