From cb99d2551358777de0c8b728f36938ebaaebadef Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 Oct 2021 14:34:36 +0200 Subject: [PATCH 228/310] release/amd64/make-memstick.sh: Temporarily stop using the freshly build makefs May prevent: sh /usr/src/release/amd64/make-memstick.sh disc1 memstick.img /usr/obj/usr/src/amd64.amd64/release/dist/base/usr/sbin/makefs: Undefined symbol "stat@FBSD_1.5" *** Error code 1 Obtained from: ElectroBSD --- release/amd64/make-memstick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/amd64/make-memstick.sh b/release/amd64/make-memstick.sh index 8460ed6f0792..1d52a7338f65 100755 --- a/release/amd64/make-memstick.sh +++ b/release/amd64/make-memstick.sh @@ -53,7 +53,7 @@ MAKEFS_DEBUG_FLAGS=0x81400 # # Bind makefs to a single cpu as the output is core dependant # (XXX: doesn't seem to have the intended effect) -cpuset -l 0 dist/base/usr/sbin/makefs -T "${EPOCH_DATE-0}" \ +cpuset -l 0 makefs -T "${EPOCH_DATE-0}" \ -d "${MAKEFS_DEBUG_FLAGS}" \ -B little -o label="${VOLUME_LABEL}" -o version=2 -F "${2}.mtree" ${2}.part ${1} rm ${1}/etc/fstab -- 2.37.1