]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
wip! main: run plymouth-drm-escrow when switching to initrd
authorRay Strode <rstrode@redhat.com>
Thu, 26 Apr 2018 17:22:27 +0000 (13:22 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 26 Apr 2018 17:22:27 +0000 (13:22 -0400)
src/main.c

index 1974e0b369c9b1a1b01cbecb13b442577a064951..daf857788f03a7dd1e299b503fb005b88165c52f 100644 (file)
@@ -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;
         }
 }