a8025d95ae
dependent files: - Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file. - Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc. - Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this! - This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
42 lines
998 B
Plaintext
42 lines
998 B
Plaintext
# $NetBSD: list,v 1.4 2002/03/06 12:04:51 lukem Exp $
|
|
|
|
# mac68k extra's
|
|
PROG sbin/dmesg
|
|
|
|
PROG usr/bin/basename
|
|
PROG usr/bin/cksum usr/bin/sum
|
|
PROG usr/bin/cut
|
|
PROG usr/bin/grep usr/bin/egrep usr/bin/fgrep
|
|
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
|
|
|
|
SYMLINK /bin/cat usr/bin/strings
|
|
|
|
# crunchgen source directory specials
|
|
#SPECIAL vi srcdir usr.bin/vi/build
|
|
SPECIAL less srcdir usr.bin/less/less
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# the zoneinfo
|
|
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
|
|
|
# and the termcap file
|
|
COPY ${ARCHDIR}/termcap usr/share/misc/termcap
|
|
|
|
# copy the kernel
|
|
#COPY ${KRNOBJDIR}/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
|