diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-04-30 22:44:19 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-04-30 22:44:19 +0000 |
commit | 1b32f9660c5f4adaf751c12e900a44d9f412c369 (patch) | |
tree | 7de9d8696a58b3cec5face0260b22e31e73d2c1a /distrib | |
parent | 63d0869888821e0f761642be56f1732b9796cd11 (diff) |
FSSIZE was not updated when 'fakeramdisk' was enlarged from 5760
blocks to 6080 blocks with etc.alpha/disktab r1.24.
Noticed by deraadt@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 4 |
1 files 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 |