File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -991,9 +991,9 @@ make_alteriso_info(){
991991 # iso version info
992992 if [[ " ${include_info} " = true ]]; then
993993 local _info_file=" ${isofs_dir} /alteriso-info" _version=" ${iso_version} "
994- remove " ${_info_file} " ; touch " ${_info_file} "
994+ # remove "${_info_file}"; touch "${_info_file}"
995995 [[ -d " ${script_path} /.git" ]] && [[ " ${gitversion} " = false ]] && _version=" ${iso_version} -${gitrev} "
996- " ${tools_dir} /alteriso-info.sh" -a " ${arch} " -b " ${boot_splash} " -c " ${channel_name% .add} " -d " ${iso_publisher} " -k " ${kernel} " -o " ${os_name} " -p " ${password} " -u " ${username} " -v " ${_version} " > " ${_info_file} "
996+ " ${tools_dir} /alteriso-info.sh" -a " ${arch} " -b " ${boot_splash} " -c " ${channel_name% .add} " -d " ${iso_publisher} " -k " ${kernel} " -o " ${os_name} " -p " ${password} " -u " ${username} " -v " ${_version} " -m " $( printf " %s, " " ${modules[@]} " ) "
997997 fi
998998
999999 return 0
You can’t perform that action at this time.
0 commit comments