diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-10-15 00:08:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-10-15 00:08:29 +0000 |
commit | 5226915195242c10d1b0b3a535816bb5528f1cca (patch) | |
tree | 158408b509ee97e0e2b2196752e7937aaec5464d /distrib | |
parent | 7ad34454bab5d8b62b057504c703b183e069012b (diff) |
grow i386 media a bit
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile index 4aea209fbb9..3be4ada8f61 100644 --- a/distrib/i386/iso/Makefile +++ b/distrib/i386/iso/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.35 2024/06/09 17:24:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 2024/10/15 00:08:28 deraadt Exp $ FS= install${OSrev}.img -FSSIZE= 921600 +FSSIZE= 931840 FSDISKTYPE= install360 CDROM= install${OSrev}.iso |