modified: .github/workflows/patch_v6.yml

This commit is contained in:
elseif 2026-07-14 21:15:28 +08:00
parent 1f76f9ea4c
commit 8eaa652e3c

View File

@ -371,7 +371,7 @@ jobs:
echo "Creating CHR image..." echo "Creating CHR image..."
mkdir -p $BUILD_DIR/chr mkdir -p $BUILD_DIR/chr
truncate --size 128M $BUILD_DIR/chr-$VERSION$ARCH_EXT.img truncate --size 128M $BUILD_DIR/chr-$VERSION$ARCH_EXT.img
sfdisk chr-$VERSION$ARCH_EXT.img <<EOF sfdisk $BUILD_DIR/chr-$VERSION$ARCH_EXT.img <<EOF
label: dos label: dos
unit: sectors unit: sectors
start=1, size=, type=83, bootable start=1, size=, type=83, bootable