plymouth service: stop splash screen before a failure prompt
This commit is contained in:
parent
7513a1d2f5
commit
3d69653d6b
@ -129,6 +129,11 @@ in
|
|||||||
plymouth update-root-fs --new-root-dir="$targetRoot"
|
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…
x
Reference in New Issue
Block a user