66 lines
1.8 KiB
Plaintext
66 lines
1.8 KiB
Plaintext
|
# $NetBSD: list,v 1.1 1998/11/17 02:38:17 jonathan Exp $
|
||
|
|
||
|
# pmax extra's: mountpoint for kernfs
|
||
|
SPECIAL mkdir kern
|
||
|
|
||
|
# extras in bin
|
||
|
LINK instbin bin/csh
|
||
|
LINK instbin bin/date
|
||
|
LINK instbin bin/rcp
|
||
|
LINK instbin bin/rcmd
|
||
|
|
||
|
# extras in sbin
|
||
|
LINK instbin sbin/disklabel
|
||
|
LINK instbin sbin/mount_ext2fs
|
||
|
LINK instbin sbin/fsck_ext2fs
|
||
|
LINK instbin sbin/mount_kernfs
|
||
|
|
||
|
# extras in /usr.bin
|
||
|
|
||
|
SYMLINK ../../instbin usr/bin/netstat
|
||
|
SYMLINK ../../instbin usr/bin/rsh
|
||
|
SYMLINK ../../instbin usr/bin/tset usr/bin/reset
|
||
|
SYMLINK ../../instbin usr/bin/vi
|
||
|
|
||
|
|
||
|
# crunchgen source directory specials: progs built in nonstandard places
|
||
|
CRUNCHSPECIAL vi srcdir usr.bin/vi/build
|
||
|
CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/pmax
|
||
|
|
||
|
|
||
|
|
||
|
# Minimize use of MFS
|
||
|
SYMLINK /tmp var/tmp
|
||
|
|
||
|
# copy the MAKEDEV script and make some devices
|
||
|
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
|
||
|
COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local
|
||
|
SPECIAL cd dev; sh MAKEDEV all
|
||
|
SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local
|
||
|
|
||
|
# we need the contents of /usr/mdec
|
||
|
COPYDIR ${DESTDIR}/usr/mdec /usr/mdec
|
||
|
|
||
|
|
||
|
# the zoneinfo (dont use)
|
||
|
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
||
|
|
||
|
# a subset termcap file
|
||
|
COPY ${ARCHDIR}/termcap.rcons usr/share/misc/termcap
|
||
|
|
||
|
# copy the kernel(s)
|
||
|
COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.aout netbsd
|
||
|
COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.ecoff netbsd.ecoff
|
||
|
#COPY ${CURDIR}/../../sys/arch/pmax/compile/INSTALL/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
|
||
|
|
||
|
# and the installation tools
|
||
|
COPY ${ARCHDIR}/dot.profile .profile
|
||
|
LINK instbin sbin/sysinst
|