fix: reduce user partition size to 10M

This commit is contained in:
Lance Vick 2024-10-03 04:33:34 -07:00
parent 3789f31c47
commit 0550e2310f
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ FROM build AS install
ENV SOURCE_DATE_EPOCH=1
RUN <<-EOF
set -eux
dd if=/dev/zero bs=1M count=512 >> user.img
dd if=/dev/zero bs=1M count=10 >> user.img
find iso -exec touch -hcd "@0" "{}" +
mformat -v user -i user.img -N 0 ::
xorrisofs \