Module Name:    src
Committed By:   matt
Date:           Wed Sep  9 02:12:26 UTC 2009

Added Files:
        src/distrib/pmax/instkernel [matt-nb5-mips64]: list64
        src/distrib/pmax/miniroot [matt-nb5-mips64]: list64

Log Message:
pmax64 specific lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/distrib/pmax/instkernel/list64
cvs rdiff -u -r0 -r1.1.2.1 src/distrib/pmax/miniroot/list64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/distrib/pmax/instkernel/list64
diff -u /dev/null src/distrib/pmax/instkernel/list64:1.1.2.1
--- /dev/null	Wed Sep  9 02:12:26 2009
+++ src/distrib/pmax/instkernel/list64	Wed Sep  9 02:12:25 2009
@@ -0,0 +1,4 @@
+#	$NetBSD: list64,v 1.1.2.1 2009/09/09 02:12:25 matt Exp $
+
+COPY	${DESTDIR}/usr/mdec/boot.pmax	boot.pmax
+COPY	${OBJDIR}/netbsd-INSTALL64.gz	netbsd

Index: src/distrib/pmax/miniroot/list64
diff -u /dev/null src/distrib/pmax/miniroot/list64:1.1.2.1
--- /dev/null	Wed Sep  9 02:12:26 2009
+++ src/distrib/pmax/miniroot/list64	Wed Sep  9 02:12:26 2009
@@ -0,0 +1,60 @@
+#	$NetBSD: list64,v 1.1.2.1 2009/09/09 02:12:26 matt Exp $
+
+# extras in bin
+PROG	bin/csh
+PROG	bin/date
+PROG	bin/rcp
+PROG	bin/rcmd
+
+# extras in sbin
+PROG	sbin/disklabel
+PROG	sbin/fsck_ext2fs
+PROG	sbin/mount_ext2fs
+PROG	sbin/mount_kernfs
+
+# extras in usr/bin
+PROG	usr/bin/netstat
+PROG	usr/bin/rsh
+PROG	usr/bin/tset usr/bin/reset
+PROG	usr/bin/vi
+
+# extras in usr/sbin
+PROG	usr/sbin/installboot
+
+# crunchgen source directory specials: progs built in nonstandard places
+SPECIAL	vi	srcdir usr.bin/nvi/build
+
+# Minimize use of MFS
+SYMLINK	/tmp	var/tmp
+
+# we need the contents of /usr/mdec
+COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
+# and /boot.pmax
+COPY	${DESTDIR}/boot.pmax	boot.pmax
+
+# the zoneinfo (dont use)
+#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
+
+# a subset termcap file
+COPY	${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
+
+# copy the kernel(s)
+COPY	${KERNOBJDIR}/GENERIC64/netbsd		netbsd
+#COPY	${KERNOBJDIR}/GENERIC64/netbsd.ecoff	netbsd.ecoff
+#COPY	${KERNOBJDIR}/INSTALL64/nfsnetbsd.ecoff	nfsnetbsd.ecoff
+
+# various files that we need in /etc for the install
+#COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
+#SYMLINK	/tmp/disktab.shadow		etc/disktab
+#SYMLINK	/tmp/fstab.shadow		etc/fstab
+#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
+#SYMLINK	/tmp/hosts			etc/hosts
+
+# sysinst needs disktab template
+COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
+
+# and the installation tools
+COPY	${ARCHDIR}/dot.profile		.profile
+
+# and a spare .profile
+COPY	${DESTDIR}/.profile		tmp/.hdprofile

Reply via email to