Module Name: src Committed By: christos Date: Mon Feb 10 19:49:39 UTC 2025
Modified Files: src/distrib/macppc/floppies/ramdisk: Makefile Log Message: sync with bump To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/distrib/macppc/floppies/ramdisk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/macppc/floppies/ramdisk/Makefile diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.54 src/distrib/macppc/floppies/ramdisk/Makefile:1.55 --- src/distrib/macppc/floppies/ramdisk/Makefile:1.54 Mon Jul 24 04:21:09 2023 +++ src/distrib/macppc/floppies/ramdisk/Makefile Mon Feb 10 14:49:39 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2023/07/24 08:21:09 rin Exp $ +# $NetBSD: Makefile,v 1.55 2025/02/10 19:49:39 christos Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -8,7 +8,7 @@ IMAGE= ramdisk.fs # src/sys/arch/macppc/conf/INSTALL # src/sys/arch/macppc/conf/INSTALL_601 # src/sys/arch/macppc/conf/GENERIC_MD -IMAGESIZE= 2880k +IMAGESIZE= 3000k MAKEFS_FLAGS+= -f 15 WARNS= 1