no need to build truncate. It's in macOS

This commit is contained in:
Simone Karin Lehmann 2026-02-01 16:44:27 +01:00
parent b46091f515
commit c3877c71c1

View File

@ -43,11 +43,5 @@ cp -a e2fsck/e2fsck "$BASE"
cp -a resize/resize2fs "$BASE"
cp -a misc/tune2fs "$BASE"
download https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz
cd core*
./configure --prefix "$TARGET" --disable-nls
make
cp -a src/truncate "$BASE"
cd "$BASE"
diskutil eject "/Volumes/Ramdisk"