diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-05 16:31:41 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-05 16:31:41 +0000 |
commit | 5f4eb0baa66971342a343012cda3036c47d904f4 (patch) | |
tree | e4f76e79ae47391e43243aa605713764c9cda40c /distrib/sparc/floppies/inst-common/list | |
parent | 0ca370db76401cb0adc79fd8df56ea7424c4a21c (diff) |
last pass for now up correcting/upgrade sparc miniroot and install/upgrade stuff
Diffstat (limited to 'distrib/sparc/floppies/inst-common/list')
-rw-r--r-- | distrib/sparc/floppies/inst-common/list | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/distrib/sparc/floppies/inst-common/list b/distrib/sparc/floppies/inst-common/list index c70f3c414f9..0662729177b 100644 --- a/distrib/sparc/floppies/inst-common/list +++ b/distrib/sparc/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.10 1997/05/01 11:30:53 niklas Exp $ +# $OpenBSD: list,v 1.11 1997/05/05 16:31:38 grr Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -33,6 +33,7 @@ LINK instbin sbin/mount_cd9660 LINK instbin sbin/mount_ffs #LINK instbin sbin/mount_msdos LINK instbin sbin/mount_nfs +LINK instbin sbin/mount_kernfs LINK instbin sbin/newfs LINK instbin sbin/ping LINK instbin sbin/reboot @@ -50,7 +51,8 @@ SYMLINK /bin/cat usr/bin/sed #SYMLINK /bin/cat usr/sbin/bad144 SYMLINK /bin/cat usr/sbin/chown SYMLINK /bin/cat usr/sbin/chroot -SPECIAL /bin/rm instbin +# it's less confusing to leave instbin there and takes essentially no room. +# SPECIAL /bin/rm instbin SPECIAL sync # copy the MAKEDEV script and make some devices @@ -73,4 +75,6 @@ COPY ${DESTDIR}/etc/services etc/services # and the common installation tools COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils -COPY ${TOPDIR}/inst-common/termcap.pc3 usr/share/misc/termcap +# and a few useful bits of the termcap file (sun*, basic vt100, dumb, unknown) +# COPY ${TOPDIR}/inst-common/termcap.pc3 usr/share/misc/termcap +SPECIAL sed -n -e '/^dumb|/,/:[ ]*$/p' -e '/^unknown|/,/:[ ]*$/p' -e '/^sun.*|/,/:[ ]*$/p' -e '/^vt100|/,/:[ ]*$/p' ${CURDIR}/../../share/termcap/termcap.src > usr/share/misc/termcap |