plymouth service: stop splash screen before a failure prompt

wip/yesman
Nikolay Amiantov 8 years ago
parent 7513a1d2f5
commit 3d69653d6b
  1. 5
      nixos/modules/system/boot/plymouth.nix

@ -129,6 +129,11 @@ in
plymouth update-root-fs --new-root-dir="$targetRoot"
'';
# `mkBefore` to ensure that any custom prompts would be visible.
boot.initrd.preFailCommands = mkBefore ''
plymouth quit --wait
'';
};
}

Loading…
Cancel
Save