From 09d573e157afa96d4c2df40081a826dfe2b51d47 Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 3 Mar 2015 01:08:15 +0100 Subject: [PATCH] [buildiso] don't display manjaro_version in profile --- bin/buildiso.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildiso.in b/bin/buildiso.in index 29f5214..fd4c5ad 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -28,7 +28,6 @@ show_profile(){ msg2 "initsys: ${initsys}" msg2 "displaymanager: ${displaymanager}" msg2 "manjaro_kernel: ${manjaro_kernel}" - msg2 "manjaro_version: ${manjaro_version}" msg2 "plymouth_theme: ${plymouth_theme}" msg2 "is_plymouth: ${is_plymouth}" msg2 "pacman_conf: ${pacman_conf}" @@ -98,6 +97,7 @@ display_settings(){ msg2 "iso_label: ${iso_label}" msg2 "iso_version: ${iso_version}" msg2 "code_name: ${code_name}" + msg2 "manjaro_version: ${manjaro_version}" msg2 "manjaroiso: ${manjaroiso}" msg2 "img_name: ${img_name}" msg2 "compression: ${compression}"