NetBSD/distrib/mvme68k/miniroot/list
abs 6c6ab6a995 Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change
2010-03-10 23:13:09 +00:00

40 lines
965 B
Plaintext

# $NetBSD: list,v 1.21 2010/03/10 23:13:09 abs Exp $
# mvme68k's extras
PROG sbin/disklabel
PROG sbin/mount_kernfs
PROG usr/bin/basename
PROG usr/bin/cksum usr/bin/sum
PROG usr/bin/cut
PROG usr/bin/awk
PROG usr/bin/netstat
PROG usr/bin/rsh
PROG usr/bin/tset usr/bin/reset
PROG usr/bin/vi
PROG usr/bin/less usr/bin/more
# crunchgen source directory specials
SPECIAL less srcdir usr.bin/less/less
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
# ensure installboot is executable
MTREE ./usr/mdec/installboot mode=0555
# copy the kernel
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
COPY ${ARCHDIR}/install.md install.md