summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1-init.sh
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-17 13:25:34 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-17 15:03:13 +0300
commit193ab8be67ef941321e6b079db7e73b1d04cf9a8 (patch)
tree79b0c165c61809de36931c9c686cbc3ebaffb385 /nixos/modules/system/boot/stage-1-init.sh
parent6dc6ae0ebe500d45b1ef7a3bac85aad2ef2820ab (diff)
downloadnixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar.gz
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar.bz2
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar.lz
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar.xz
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.tar.zst
nixlib-193ab8be67ef941321e6b079db7e73b1d04cf9a8.zip
Revert "nixos stage-1: try to quit plymouth if started on failure"
This reverts commit c69c76ca7efecba24aba555c2a03f933997d1fd5.

This patch was messed up during a rebase -- the commit title doesn't match what
it really does at all (it is actually a broken attempt to get LUKS passphrase
prompts in Plymouth).
Diffstat (limited to 'nixos/modules/system/boot/stage-1-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-1-init.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh
index 6b1bf0b3e028..d4277ebd80cf 100644
--- a/nixos/modules/system/boot/stage-1-init.sh
+++ b/nixos/modules/system/boot/stage-1-init.sh
@@ -14,9 +14,6 @@ export LVM_SUPPRESS_FD_WARNINGS=true
 fail() {
     if [ -n "$panicOnFail" ]; then exit 1; fi
 
-    # If we have a splash screen started, quit it.
-    command -v plymouth >/dev/null 2>&1 && plymouth quit
-
     # If starting stage 2 failed, allow the user to repair the problem
     # in an interactive shell.
     cat <<EOF