From 61831f9d85d5a9c3e07f580c5096c27060a87969 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 Oct 2021 14:34:36 +0200 Subject: [PATCH 266/325] 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 7023f8b0a0fc..b713337fe579 100755 --- a/release/amd64/make-memstick.sh +++ b/release/amd64/make-memstick.sh @@ -50,7 +50,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.32.0