From c7ac0ddd7a56a15eae873d7d349649d5c2895ec8 Mon Sep 17 00:00:00 2001 From: krw Date: Sun, 30 Apr 2023 22:44:18 +0000 Subject: [PATCH] FSSIZE was not updated when 'fakeramdisk' was enlarged from 5760 blocks to 6080 blocks with etc.alpha/disktab r1.24. Noticed by deraadt@ --- distrib/alpha/miniroot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1