NetBSD/distrib/atari/miniroot/list

36 lines
1.0 KiB
Plaintext
Raw Normal View History

1996-05-27 19:53:39 +04:00
# $NetBSD: list,v 1.3 1996/05/27 15:53:39 leo Exp $
1996-05-27 16:49:49 +04:00
# Atari extra's
LINK instbin sbin/edahdi
LINK instbin sbin/edlabel
LINK instbin sbin/mount_msdos
LINK instbin sbin/mount_kernfs
LINK instbin usr/bin/printf
1996-05-27 16:49:49 +04:00
# `internal' crunchgen links
ARGVLINK mount_msdos msdos
# crunchgen source directory specials
1996-05-27 16:49:49 +04:00
CRUNCHSPECIAL edahdi srcdir /usr/src/sys/arch/atari/stand/edahdi/
1996-05-27 16:49:49 +04:00
# 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 floppy
SPECIAL /bin/rm dev/MAKEDEV
# various files that we need in /etc for the install
1996-05-27 19:53:39 +04:00
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
1996-05-27 16:49:49 +04:00
#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
1996-05-27 16:49:49 +04:00
# and the termcap file
1996-05-27 19:53:39 +04:00
COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap
# and the installation scripts
1996-05-27 19:53:39 +04:00
COPY ${ARCHDIR}/install.md install.md
COPY ${ARCHDIR}/dot.profile .profile
1996-05-27 16:49:49 +04:00