From: krw Date: Sun, 30 Apr 2023 22:44:18 +0000 (+0000) Subject: FSSIZE was not updated when 'fakeramdisk' was enlarged from 5760 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c7ac0ddd7a56a15eae873d7d349649d5c2895ec8;p=openbsd FSSIZE was not updated when 'fakeramdisk' was enlarged from 5760 blocks to 6080 blocks with etc.alpha/disktab r1.24. Noticed by deraadt@ --- diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index ec8dff40f6e..415bbad6a84 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.26 2023/04/28 12:26:43 krw Exp $ +# $OpenBSD: Makefile,v 1.27 2023/04/30 22:44:18 krw Exp $ FS= miniroot${OSrev}.img -FSSIZE= 5760 +FSSIZE= 6080 FSDISKTYPE= fakeramdisk CDROM= cd${OSrev}.iso MOUNT_POINT= /mnt