Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax Add /usr/mdec/installboot.



details:   https://anonhg.NetBSD.org/src/rev/3cdbc6cedf22
branches:  trunk
changeset: 479945:3cdbc6cedf22
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Dec 28 10:46:55 1999 +0000

description:
Add /usr/mdec/installboot.

diffstat:

 distrib/pmax/miniroot/list           |  5 ++++-
 distrib/pmax/ramdisk/list            |  3 ++-
 distrib/pmax/ramdisk/ramdiskbin.conf |  4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 3fe2b3a683d1 -r 3cdbc6cedf22 distrib/pmax/miniroot/list
--- a/distrib/pmax/miniroot/list        Tue Dec 28 07:40:12 1999 +0000
+++ b/distrib/pmax/miniroot/list        Tue Dec 28 10:46:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.9 1999/11/23 23:16:04 simonb Exp $
+#      $NetBSD: list,v 1.10 1999/12/28 10:46:55 simonb Exp $
 
 # pmax extra's: mountpoint for kernfs
 SPECIAL mkdir                  kern
@@ -21,6 +21,9 @@
 SYMLINK ../../instbin          usr/bin/tset usr/bin/reset
 SYMLINK        ../../instbin           usr/bin/vi
 
+# extras in /usr/mdec
+SYMLINK ../../instbin          usr/mdec/installboot
+
 # OK, now do everything in /usr all over all again in usr.install,
 # in case we try and install directly into the miniroot (mounting over /usr).
 
diff -r 3fe2b3a683d1 -r 3cdbc6cedf22 distrib/pmax/ramdisk/list
--- a/distrib/pmax/ramdisk/list Tue Dec 28 07:40:12 1999 +0000
+++ b/distrib/pmax/ramdisk/list Tue Dec 28 10:46:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.5 1999/11/23 23:16:04 simonb Exp $
+#      $NetBSD: list,v 1.6 1999/12/28 10:46:55 simonb Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -59,6 +59,7 @@
 SYMLINK        /bin/cat                        usr/sbin/bad144
 SYMLINK        /bin/cat                        usr/sbin/chown
 SYMLINK        /bin/cat                        usr/sbin/chroot
+SYMLINK        /bin/cat                        usr/mdec/installboot
 SPECIAL        /bin/rm ramdiskbin
 
 # copy the MAKEDEV script and make some devices
diff -r 3fe2b3a683d1 -r 3cdbc6cedf22 distrib/pmax/ramdisk/ramdiskbin.conf
--- a/distrib/pmax/ramdisk/ramdiskbin.conf      Tue Dec 28 07:40:12 1999 +0000
+++ b/distrib/pmax/ramdisk/ramdiskbin.conf      Tue Dec 28 10:46:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.5 1999/11/23 22:14:24 simonb Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.6 1999/12/28 10:51:09 simonb Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -7,7 +7,7 @@
 #srcdirs       usr.bin/less
 
 progs cat chmod chown chroot cp dd df disklabel ed
-progs fsck fsck_ffs ftp gzip ifconfig init #less
+progs fsck fsck_ffs ftp gzip ifconfig init installboot #less
 progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
 progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot  rm
 progs route sed sh shutdown slattach stty sync test



Home | Main Index | Thread Index | Old Index