Am 23.07.2012 02:16, schrieb Gerardo Exequiel Pozzi:
@@ -444,58 +377,19 @@ case "${command_name}" in build) case "${command_mode}" in single) - case "${command_type}" in - netinstall) - make_common_single netinstall - ;; - core) - make_core_repo - make_common_single core - ;; - all) - make_common_single netinstall - make_core_repo - make_common_single core - ;; - *) - echo "Invalid build type '${command_type}'" - _usage 1 - ;; - esac + make_common_single
make_common_single() seems to still require one parameter. (see about line 270) -- Pierre Schmitz, https://pierre-schmitz.com