diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-01 02:44:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-01 02:44:17 +0000 |
commit | d8f0866fae16508a3cb63e18e71557ea70a69072 (patch) | |
tree | ed2b6290d8d7e721b122a8a826290c5a3165b512 /distrib/sparc/ramdisk/list | |
parent | 7d031a0b6a316478691bd7a62b488f484acc8448 (diff) |
no need for shared installboot
Diffstat (limited to 'distrib/sparc/ramdisk/list')
-rw-r--r-- | distrib/sparc/ramdisk/list | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index a2e083c732f..55c5ddb1d4a 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 1997/09/19 06:07:18 deraadt Exp $ +# $OpenBSD: list,v 1.8 1997/12/01 02:44:16 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -13,9 +13,6 @@ SYMLINK ../../instbin usr/sbin/installboot SRCDIRS sys/arch/sparc/stand -# crunchgen source directory specials -#CRUNCHSPECIAL installboot srcdir sys/arch/sparc/stand/installboot - # Minimize use of MFS SYMLINK /tmp var/tmp @@ -25,10 +22,7 @@ SPECIAL cd dev; sh MAKEDEV ramdisk # we need the contents of /usr/mdec (but not boot or binstall) COPYDIR ${DESTDIR}/usr/mdec usr/mdec -SPECIAL rm -f usr/mdec/binstall - -# the zoneinfo -# COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo +SPECIAL rm -f usr/mdec/binstall usr/mdec/installboot # and a few useful bits of the termcap file (512K and still growing 8-) # COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap @@ -44,7 +38,3 @@ SYMLINK /tmp/hosts etc/hosts # and the installation tools COPY ${ARCHDIR}/../ramdisk/dot.profile .profile COPY ${ARCHDIR}/../install.md install.md - -# no point in making the fs bootable if there's no bsd in there -#SPECIAL ln usr/mdec/boot boot -#SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR} |