Restructure packages

This commit is contained in:
David Tomaschik
2025-04-30 14:16:43 -07:00
parent 422c56139f
commit 61e81f33c8
9 changed files with 2 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ run_as_root() {
}
install_pkg_set() {
local pkg_file=${BASEDIR}/${1}
local pkg_file=${BASEDIR}/packages/${1}
local pkg_list=""
if [ ! -f "${pkg_file}" ] ; then
echo "Package set $(basename "${pkg_file}") does not exist." 1>&2
@@ -436,7 +436,7 @@ case $OPERATION in
;;
package*)
PKG_SET=${2:-minimal}
install_pkg_set "packages.${PKG_SET}"
install_pkg_set "${PKG_SET}"
;;
test)
# Do nothing, just sourcing