Update util-iso.sh

moved the minimal addition xxx-${dist_release}-unstable-minimal-${arch}
This commit is contained in:
Frede H 2018-03-18 14:12:46 +01:00 committed by GitHub
parent 610a63117e
commit c2933bb143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,17 +254,15 @@ make_iso() {
gen_iso_fn(){
local vars=() name
vars+=("${iso_name}")
if ${no_extra}; then
vars+=("minimal")
fi
if ! ${chrootcfg};then
[[ -n ${profile} ]] && vars+=("${profile}")
fi
[[ ${initsys} == 'openrc' ]] && vars+=("${initsys}")
vars+=("${dist_release}")
vars+=("${target_branch}")
if ${no_extra}; then
vars+=("minimal")
fi
vars+=("${target_arch}")
for n in ${vars[@]};do
name=${name:-}${name:+-}${n}