Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/news68k/floppies/ramdisk pullup from trunk (app...



details:   https://anonhg.NetBSD.org/src/rev/4caad7d33419
branches:  netbsd-1-5
changeset: 489456:4caad7d33419
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Sep 13 19:04:14 2000 +0000

description:
pullup from trunk (approved by thorpej)

basesrc/distrib/news68k/floppies/ramdisk/dot.profile 1.6

 Remove mount -t kernfs.

basesrc/distrib/news68k/floppies/ramdisk/list 1.5
basesrc/distrib/news68k/floppies/ramdisk/ramdiskbin.conf 1.5

 Remove mount_kernfs and add dmesg.

basesrc/distrib/news68k/floppies/ramdisk/mtree.conf 1.3

 /kern is no longer needed.

diffstat:

 distrib/news68k/floppies/ramdisk/dot.profile     |  5 +----
 distrib/news68k/floppies/ramdisk/list            |  4 ++--
 distrib/news68k/floppies/ramdisk/mtree.conf      |  7 +------
 distrib/news68k/floppies/ramdisk/ramdiskbin.conf |  9 +++++----
 4 files changed, 9 insertions(+), 16 deletions(-)

diffs (98 lines):

diff -r 07dc93013a75 -r 4caad7d33419 distrib/news68k/floppies/ramdisk/dot.profile
--- a/distrib/news68k/floppies/ramdisk/dot.profile      Wed Sep 13 19:01:46 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/dot.profile      Wed Sep 13 19:04:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.5 2000/06/14 22:52:46 cgd Exp $
+# $NetBSD: dot.profile,v 1.5.2.1 2000/09/13 19:04:14 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -52,9 +52,6 @@
        # mount root read-write
        mount -u /dev/md0a /
 
-       # mount the kern_fs so that we can examine the dmesg state
-       mount -t kernfs kern /kern
-
        # get the terminal type
        _forceloop=""
        while [ "X${_forceloop}" = X"" ]; do
diff -r 07dc93013a75 -r 4caad7d33419 distrib/news68k/floppies/ramdisk/list
--- a/distrib/news68k/floppies/ramdisk/list     Wed Sep 13 19:01:46 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/list     Wed Sep 13 19:04:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.4 2000/06/07 20:34:06 thorpej Exp $
+#      $NetBSD: list,v 1.4.2.1 2000/09/13 19:04:14 tsutsui Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -25,6 +25,7 @@
 LINK   ramdiskbin                      bin/test
 LINK   ramdiskbin                      bin/[
 LINK   ramdiskbin                      sbin/disklabel
+LINK   ramdiskbin                      sbin/dmesg
 LINK   ramdiskbin                      sbin/fsck
 LINK   ramdiskbin                      sbin/fsck_ffs
 LINK   ramdiskbin                      sbin/halt
@@ -34,7 +35,6 @@
 LINK   ramdiskbin                      sbin/mount
 LINK   ramdiskbin                      sbin/mount_cd9660
 LINK   ramdiskbin                      sbin/mount_ffs
-LINK   ramdiskbin                      sbin/mount_kernfs
 LINK   ramdiskbin                      sbin/mount_mfs
 LINK   ramdiskbin                      sbin/mount_msdos
 LINK   ramdiskbin                      sbin/mount_nfs
diff -r 07dc93013a75 -r 4caad7d33419 distrib/news68k/floppies/ramdisk/mtree.conf
--- a/distrib/news68k/floppies/ramdisk/mtree.conf       Wed Sep 13 19:01:46 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/mtree.conf       Wed Sep 13 19:04:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mtree.conf,v 1.2 2000/03/13 13:16:55 tsutsui Exp $
+#      $NetBSD: mtree.conf,v 1.2.4.1 2000/09/13 19:04:14 tsutsui Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
@@ -29,11 +29,6 @@
 # ./mnt2
 ..
 
-# ./kern
-kern
-# ./kern
-..
-
 # ./sbin
 sbin
 # ./sbin
diff -r 07dc93013a75 -r 4caad7d33419 distrib/news68k/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/news68k/floppies/ramdisk/ramdiskbin.conf  Wed Sep 13 19:01:46 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/ramdiskbin.conf  Wed Sep 13 19:04:14 2000 +0000
@@ -1,19 +1,20 @@
-#      $NetBSD: ramdiskbin.conf,v 1.4 2000/06/08 23:39:43 tsutsui Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.4.2.1 2000/09/13 19:04:14 tsutsui Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 
 srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin 
 srcdirs sys/arch/news68k/stand
 
-progs cat chmod chown chroot cp dd df disklabel ed
+progs cat chmod chown chroot cp dd df disklabel dmesg ed
 progs fsck fsck_ffs ftp gzip ifconfig init installboot ln ls
-progs mkdir mknod more mount mount_cd9660 mount_ffs mount_kernfs
+progs mkdir mknod more mount mount_cd9660 mount_ffs
 progs mount_msdos mount_nfs mt mv newfs pax ping pwd rcmd rcp reboot
 progs restore rm route sed sh shutdown slattach stty sync
 progs test tip tset umount
 progs sysinst
 
 special dd srcdir distrib/utils/x_dd
+special dmesg srcdir distrib/utils/x_dmesg
 special ftp srcdir distrib/utils/x_ftp
 special gzip srcdir distrib/utils/x_gzip
 special ifconfig srcdir distrib/utils/x_ifconfig
@@ -41,4 +42,4 @@
 srcdirs distrib/utils
 
 libs libhack.o
-libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
+libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz



Home | Main Index | Thread Index | Old Index