diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-01 05:16:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-01 05:16:41 +0000 |
commit | 3f171de879f86846b9c8b62e885a36a1a2c0a7e2 (patch) | |
tree | 6a810035c218f77e523be4c7bad1986db90569d4 /distrib/i386 | |
parent | 23bffcaf0663171c465317052aa2c63453ed765e (diff) |
grow i386 cd ramdisk a little bit
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/ramdisk_cd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/ramdisk_cd/Makefile b/distrib/i386/ramdisk_cd/Makefile index 5cf68a2919b..e35652355d9 100644 --- a/distrib/i386/ramdisk_cd/Makefile +++ b/distrib/i386/ramdisk_cd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.14 2019/06/07 14:39:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2019/12/01 05:16:40 deraadt Exp $ FS= miniroot${OSrev}.fs -FSSIZE= 7936 +FSSIZE= 8064 FSDISKTYPE= mini34 CDROM= cd${OSrev}.iso MOUNT_POINT= /mnt |