From c70510ba9edaf09b0ae5b8623826a83316fb0fc2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 11 Dec 2021 12:45:38 +0100 Subject: [PATCH 284/310] Revert "release/amd64/make-memstick.sh: Temporarily stop using the freshly build makefs" This reverts commit a1944e4166056f5a72f21af6b6c0ffc39a7b835c. --- 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 2a75e5bfb78d..39ecd8d9569b 100755 --- a/release/amd64/make-memstick.sh +++ b/release/amd64/make-memstick.sh @@ -55,7 +55,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 makefs -T "${EPOCH_DATE-0}" \ +cpuset -l 0 dist/base/usr/sbin/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