[util-iso] write manjaroiso var to profile.conf for cli logging

This commit is contained in:
udeved 2015-03-03 15:34:38 +01:00
parent 29f647f1bf
commit d59f56d1ef

View file

@ -102,6 +102,10 @@ write_profile_conf_entries(){
echo '' >> ${conf}
echo '# install_dir' >> ${conf}
echo "install_dir=${install_dir}" >> ${conf}
echo '' >> ${conf}
echo '# manjaroiso' >> ${conf}
echo "manjaroiso=${manjaroiso}" >> ${conf}
}
copy_livecd_helpers(){