diff --git a/bin/mkiso.in b/bin/mkiso.in index 3ff871b..b17ca02 100755 --- a/bin/mkiso.in +++ b/bin/mkiso.in @@ -25,6 +25,7 @@ COMPRESSION="xz" CREATE_DEFAULT=false INSTALL_DIR="manjaro" IMAGE_FOLDER="root-image" +LOCALE="" APPNAME=$(basename "${0}") MIRRORS='' @@ -168,10 +169,6 @@ _mkchroot(){ "${work_dir}/${IMAGE_FOLDER}" $@ || die "Failed to retrieve one or more packages!" fi -# if [ -e "${work_dir}/root-image/etc/locale.gen" ]; then -# cp ${work_dir}/root-image/etc/locale.gen ${work_dir}/root-image/etc/locale.gen.bak -# fi - # Cleanup find "${work_dir}" -name *.pacnew -name *.pacsave -name *.pacorig -delete }