[buildiso] cosmetics

This commit is contained in:
udeved 2015-01-29 13:08:35 +01:00
parent 553a92d601
commit 03a61728b0

View file

@ -63,7 +63,7 @@ display_settings(){
msg2 "iso_label: ${iso_label}"
msg2 "iso_version: ${iso_version}"
msg2 "code_name: ${code_name}"
# msg2 "manjaroiso: ${manjaroiso}"
# msg2 "manjaroiso: ${manjaroiso}"
# msg2 "img_name: ${img_name}"
# msg2 "install_dir: ${install_dir}"
# msg2 "compression: ${compression}"
@ -86,7 +86,7 @@ display_settings(){
msg2 "pacman_conf: ${pacman_conf}"
msg2 "work_dir: ${work_dir}"
msg2 "iso_file: ${iso_file}"
if [ ${initsys} == "systemd" ];then
if [[ ${initsys} -eq "systemd" ]];then
msg2 "start_systemd: ${start_systemd[*]}"
msg2 "start_systemd_live: ${start_systemd_live[*]}"
else
@ -103,7 +103,7 @@ display_settings(){
msg2 "pacman_conf: ${pacman_conf}"
msg2 "work_dir: ${work_dir}"
msg2 "iso_file: ${iso_file}"
if [ ${initsys} == "systemd" ];then
if [[ ${initsys} -eq "systemd" ]];then
msg2 "start_systemd: ${start_systemd[*]}"
msg2 "start_systemd_live: ${start_systemd_live[*]}"
else