From f083f0a150a3f72448d6c3ad27fcd30bf5def1a4 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 26 Apr 2018 13:22:27 -0400 Subject: [PATCH] wip! main: run plymouth-drm-escrow when switching to initrd --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 1974e0b3..daf85778 100644 --- a/src/main.c +++ b/src/main.c @@ -727,6 +727,7 @@ on_newroot (state_t *state, ply_boot_splash_root_mounted (state->boot_splash); break; case PLY_MODE_SHUTDOWN: + ply_run_program_in_background ("/run/initramfs/bin/plymouth-drm-escrow"); break; } }