plymouth service: stop splash screen before a failure prompt

+5
+5
nixos/modules/system/boot/plymouth.nix
··· 129 129 plymouth update-root-fs --new-root-dir="$targetRoot" 130 130 ''; 131 131 132 + # `mkBefore` to ensure that any custom prompts would be visible. 133 + boot.initrd.preFailCommands = mkBefore '' 134 + plymouth quit --wait 135 + ''; 136 + 132 137 }; 133 138 134 139 }