diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-10-04 17:02:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-10-04 17:02:22 +0000 |
commit | d114bfc5ceae373e971905a6790357658408302e (patch) | |
tree | 464fa4185e51dafaf2f776fe632a1ba65204c358 /distrib/i386 | |
parent | be8bc0ccc24fe1af648b75135d91f5c96aa3bd06 (diff) |
grow i386 media for new realtek firmwares
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 220048b7c9e..d18f814b49d 100644 --- a/distrib/i386/ramdisk_cd/Makefile +++ b/distrib/i386/ramdisk_cd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.25 2021/07/26 12:47:45 kn Exp $ +# $OpenBSD: Makefile,v 1.26 2021/10/04 17:02:21 deraadt Exp $ FS= miniroot${OSrev}.img -FSSIZE= 8064 +FSSIZE= 8192 FSDISKTYPE= mini34 CDROM= cd${OSrev}.iso MOUNT_POINT= /mnt |