From 6efbf52f3732dbbb0644e24cc7eff354aa71c9e9 Mon Sep 17 00:00:00 2001 From: udeved Date: Fri, 3 Mar 2017 22:13:02 +0100 Subject: [PATCH] util: initialize plymouth_boot false --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index d1ca1ef..13d645f 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -419,7 +419,7 @@ load_profile_config(){ [[ -z ${pxe_boot} ]] && pxe_boot="true" - [[ -z ${plymouth_boot} ]] && plymouth_boot="true" + [[ -z ${plymouth_boot} ]] && plymouth_boot="false" [[ -z ${nonfree_mhwd} ]] && nonfree_mhwd="true"