From 393d80842cfa2bd647797e3b1df5bb03a5bfccb4 Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 22 Jun 2015 14:48:36 +0200 Subject: [PATCH] [buildiso] fix display desc --- bin/buildiso.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildiso.in b/bin/buildiso.in index 6048d75..f4216dd 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -39,7 +39,7 @@ show_profile(){ msg2 "efi_boot_loader: ${efi_boot_loader}" msg2 "efi_part_size: ${efi_part_size}" msg2 "pxe_boot: ${pxe_boot}" - msg2 "plymouth: ${plymouth_boot}" + msg2 "plymouth_boot: ${plymouth_boot}" ${plymouth_boot} && msg2 "plymouth_theme: ${plymouth_theme}" msg2 "hostname: ${hostname}" msg2 "username: ${username}"