https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219405
Bug ID: 219405
Summary: NanoBSD NANO_PACKAGE_LIST does not support "*"
anymore?
Product: Base System
Version: 11.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 182741
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182741&action=edit
_.cust.cust_pkgng
In tools/tools/nanobsd/defaults.sh, NANO_PACKAGE_LIST has a value of "*" by
default. This used to install all the packages in NANO_PACKAGE_DIR inside the
NanoBSD build.
However, in r297621, cust_pkgng was updated. It seems it does not support a "*"
value anymore (see also example _.cust.cust_pkgng in attachment):
1) It does not cd to NANO_PACKAGE_DIR, so it tries and fails to install the
first file/directory in the tools/tools/nanobsd directory.
2) If above would be fixed, it would try to install the bootstrap "pkg-*"
package twice.
Is the "*" value not supported anymore? Should I replace NANO_PACKAGE_LIST with
a full list of files inside NANO_PACKAGE_DIR? But then shouldn't the default
value be updated?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"