CVS commit: src/distrib/emips/ramdisk
Module Name:src Committed By: christos Date: Sun Mar 31 16:09:14 UTC 2019 Modified Files: src/distrib/emips/ramdisk: Makefile Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/emips/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/emips/ramdisk/Makefile diff -u src/distrib/emips/ramdisk/Makefile:1.4 src/distrib/emips/ramdisk/Makefile:1.5 --- src/distrib/emips/ramdisk/Makefile:1.4 Fri Mar 29 12:03:20 2019 +++ src/distrib/emips/ramdisk/Makefile Sun Mar 31 12:09:14 2019 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2019/03/29 16:03:20 christos Exp $ +# $NetBSD: Makefile,v 1.5 2019/03/31 16:09:14 christos Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs IMAGETAR= diskimage.tgz -IMAGESIZE= 3600k +IMAGESIZE= 3800k MAKEFS_FLAGS+= -f 15 WARNS= 1
CVS commit: src/distrib/emips/ramdisk
Module Name:src Committed By: christos Date: Fri Mar 29 16:03:20 UTC 2019 Modified Files: src/distrib/emips/ramdisk: Makefile Log Message: bumpity bump bump To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/emips/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/emips/ramdisk/Makefile diff -u src/distrib/emips/ramdisk/Makefile:1.3 src/distrib/emips/ramdisk/Makefile:1.4 --- src/distrib/emips/ramdisk/Makefile:1.3 Tue Jan 24 13:04:01 2017 +++ src/distrib/emips/ramdisk/Makefile Fri Mar 29 12:03:20 2019 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/01/24 18:04:01 christos Exp $ +# $NetBSD: Makefile,v 1.4 2019/03/29 16:03:20 christos Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs IMAGETAR= diskimage.tgz -IMAGESIZE= 3500k +IMAGESIZE= 3600k MAKEFS_FLAGS+= -f 15 WARNS= 1
CVS commit: src/distrib/emips/ramdisk
Module Name:src Committed By: tsutsui Date: Sun Jun 19 02:40:38 UTC 2011 Modified Files: src/distrib/emips/ramdisk: dot.profile list Log Message: Use sbin/dmesg rather than via kernfs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/emips/ramdisk/dot.profile cvs rdiff -u -r1.3 -r1.4 src/distrib/emips/ramdisk/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/distrib/emips/ramdisk/dot.profile diff -u src/distrib/emips/ramdisk/dot.profile:1.1 src/distrib/emips/ramdisk/dot.profile:1.2 --- src/distrib/emips/ramdisk/dot.profile:1.1 Wed Jan 26 01:18:44 2011 +++ src/distrib/emips/ramdisk/dot.profile Sun Jun 19 02:40:38 2011 @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2011/01/26 01:18:44 pooka Exp $ +# $NetBSD: dot.profile,v 1.2 2011/06/19 02:40:38 tsutsui Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -59,9 +59,6 @@ # mount the ramdisk read write mount -u $ROOTDEV / - # mount the kern_fs so that we can examine the dmesg state - mount -t kernfs /kern /kern - # run the installation program sysinst fi Index: src/distrib/emips/ramdisk/list diff -u src/distrib/emips/ramdisk/list:1.3 src/distrib/emips/ramdisk/list:1.4 --- src/distrib/emips/ramdisk/list:1.3 Sun Jun 19 02:25:46 2011 +++ src/distrib/emips/ramdisk/list Sun Jun 19 02:40:38 2011 @@ -1,4 +1,4 @@ -# $NetBSD: list,v 1.3 2011/06/19 02:25:46 tsutsui Exp $ +# $NetBSD: list,v 1.4 2011/06/19 02:40:38 tsutsui Exp $ SRCDIRS bin sbin usr.bin usr.sbin sys/arch/emips/stand @@ -20,6 +20,7 @@ PROG bin/stty PROG bin/sync +PROG sbin/dmesg PROG sbin/disklabel PROG sbin/fsck PROG sbin/fsck_ffs @@ -29,7 +30,6 @@ PROG sbin/mount PROG sbin/mount_cd9660 PROG sbin/mount_ffs -PROG sbin/mount_kernfs PROG sbin/mount_msdos PROG sbin/mount_nfs PROG sbin/newfs sbin/mount_mfs