NetBSD/distrib/emips/miniroot/list

45 lines
1006 B
Plaintext

# $NetBSD: list,v 1.4 2024/05/23 15:00:43 tsutsui 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
# crunchgen source directory specials: progs built in nonstandard places
SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
# Minimize use of MFS
SYMLINK /tmp var/tmp
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
# and /boot.emips
COPY ${DESTDIR}/boot.emips boot.emips
# copy the kernel(s)
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
# various files that we need in /etc for the install
#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
# and a spare .profile
COPY ${DESTDIR}/.profile tmp/.hdprofile