plymouth service: stop splash screen before a failure prompt

This commit is contained in:
Nikolay Amiantov 2016-07-18 13:43:38 +03:00
parent 7513a1d2f5
commit 3d69653d6b

View file

@ -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
'';
};
}