diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-02-10 16:47:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-02-10 16:47:47 +0000 |
commit | 8c6b06e8f075c44836556a36bfe2ebb430cfd01b (patch) | |
tree | 09e6f606b2ea15334ba60796067e5ef3bad9c1de /distrib/arm64 | |
parent | 0d2f8a19e96e2cca022c4c87b0e226376f78ace9 (diff) |
grow arm64 iso media again
Diffstat (limited to 'distrib/arm64')
-rw-r--r-- | distrib/arm64/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/arm64/iso/Makefile b/distrib/arm64/iso/Makefile index 50a531fe067..45b3ecff539 100644 --- a/distrib/arm64/iso/Makefile +++ b/distrib/arm64/iso/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2023/10/26 14:27:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2024/02/10 16:47:46 deraadt Exp $ FS= install${OSrev}.img -FSSIZE= 1126400 +FSSIZE= 1136400 CDROM= install${OSrev}.iso MOUNT_POINT= /mnt |