Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk-small Use x_mount and x_umount.



details:   https://anonhg.NetBSD.org/src/rev/cb447836675c
branches:  trunk
changeset: 511057:cb447836675c
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Jun 12 03:26:08 2001 +0000

description:
Use x_mount and x_umount.

diffstat:

 distrib/i386/floppies/ramdisk-small/ramdiskbin.conf |  12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 0ef6e902c8b6 -r cb447836675c distrib/i386/floppies/ramdisk-small/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Tue Jun 12 00:57:10 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Tue Jun 12 03:26:08 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.6 2001/05/26 16:01:03 christos Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.7 2001/06/12 03:26:08 chs Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -8,24 +8,21 @@
 progs bad144 cat chmod chown cp disklabel
 progs fsck fsck_ffs ftp gzip ifconfig init installboot
 progs ln ls mkdir mknod
-# progs more
 progs mount mount_cd9660 mount_ffs mount_msdos
 progs mount_nfs mount_kernfs mv newfs ping pwd reboot rm
 progs route sed sh stty swapctl
 progs umount
 progs sysinst pax
-# progs dhclient
 
+special init srcdir distrib/utils/init_s
 special sysinst srcdir distrib/utils/sysinst/arch/i386
-special init srcdir distrib/utils/init_s
-
 special ftp srcdir distrib/utils/x_ftp
 special ifconfig srcdir distrib/utils/x_ifconfig
-# special more srcdir distrib/utils/more
 special route srcdir distrib/utils/x_route
 special sh srcdir distrib/utils/x_sh
 special ping srcdir distrib/utils/x_ping
-# special dhclient srcdir distrib/utils/x_dhclient
+special mount srcdir distrib/utils/x_mount
+special umount srcdir distrib/utils/x_umount
 
 # "special" gzip is actually larger assuming nothing else uses -lz..
 #special gzip srcdir distrib/utils/x_gzip
@@ -33,7 +30,6 @@
 ln pax tar
 ln chown chgrp
 ln gzip gzcat gunzip
-# ln more less
 ln sh -sh              # init invokes the shell this way
 ln reboot halt
 ln newfs mount_mfs



Home | Main Index | Thread Index | Old Index