Add pax, cpio.

Remove installboot.
Add ptys to MAKEDEV command line.
This commit is contained in:
simonb 1999-04-05 06:15:30 +00:00
parent 56ff27242a
commit 63dd859cad
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.1 1998/11/27 23:10:29 jonathan Exp $
# $NetBSD: list,v 1.2 1999/04/05 06:15:30 simonb Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@ -14,6 +14,7 @@ LINK ramdiskbin bin/ls
LINK ramdiskbin bin/mkdir
LINK ramdiskbin bin/mt
LINK ramdiskbin bin/mv
LINK ramdiskbin bin/pax
LINK ramdiskbin bin/pwd
LINK ramdiskbin bin/rm
LINK ramdiskbin bin/sh
@ -44,6 +45,7 @@ LINK ramdiskbin sbin/shutdown
LINK ramdiskbin sbin/slattach
LINK ramdiskbin sbin/umount
SYMLINK /bin/cat usr/bin/chgrp
SYMLINK /bin/cat usr/bin/cpio
SYMLINK /bin/cat usr/bin/ftp
SYMLINK /bin/cat usr/bin/gunzip
SYMLINK /bin/cat usr/bin/gzcat
@ -54,7 +56,6 @@ SYMLINK /bin/cat usr/bin/strings
SYMLINK /bin/cat usr/bin/tar
SYMLINK /bin/cat usr/bin/tip
SYMLINK /bin/cat usr/bin/tset
SYMLINK /bin/cat usr/mdec/installboot
SYMLINK /bin/cat usr/sbin/bad144
SYMLINK /bin/cat usr/sbin/chown
SYMLINK /bin/cat usr/sbin/chroot
@ -64,7 +65,7 @@ SPECIAL /bin/rm ramdiskbin
# copy the MAKEDEV script and make some devices
COPY ${CURDIR}/../../../etc/etc.pmax/MAKEDEV dev/MAKEDEV
#SPECIAL cd dev; sh MAKEDEV minimal
SPECIAL cd dev; sh MAKEDEV minimal
SPECIAL cd dev; sh MAKEDEV minimal pty0
SPECIAL /bin/rm dev/MAKEDEV
# we need the boot blocks /usr/mdec