1
0
Fork 0

size no longer needed

This commit is contained in:
Pratham Patel 2023-10-19 10:00:45 +05:30
parent 13c0f4d897
commit 57e0d7d6c1
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -23,5 +23,5 @@ mkdir -vp "${BOOTSTRAP_DIR}"
debootstrap --variant=minbase --arch="${TARGET_ARCH}" "${TARGET_RELEASE}" "${BOOTSTRAP_DIR}"
pushd "${BOOTSTRAP_DIR}"
virt-make-fs --type=ext4 --partition=gpt --size="${TARBALL_SIZE}" . "${IMAGE_BASE}.raw"
virt-make-fs --type=ext4 --partition=gpt . "${IMAGE_BASE}.raw"
popd