diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-30 01:31:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-30 01:31:21 +0000 |
commit | b06e91c49bacbe816a8e7cddf68d776adb1e1130 (patch) | |
tree | 51cea4d030195be86feb0e64aa26ae5ee4a05b8e /distrib/hp300/ramdisk/list | |
parent | e8bb7a5cf517821dedd016a4acdef892f2d34b61 (diff) |
use SCRIPT command
Diffstat (limited to 'distrib/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 125 |
1 files changed, 62 insertions, 63 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index f29ed4da949..c49f182d6c9 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,82 +1,81 @@ -# $OpenBSD: list,v 1.29 2002/04/29 17:13:38 deraadt Exp $ +# $OpenBSD: list,v 1.30 2002/04/30 01:31:20 deraadt Exp $ -COPY ${OBJDIR}/raminst raminst -LINK raminst bin/cat -LINK raminst bin/chmod bin/chgrp sbin/chown -LINK raminst bin/cp -LINK raminst bin/df -LINK raminst bin/dd -LINK raminst bin/ed -LINK raminst bin/expr -LINK raminst bin/hostname -LINK raminst bin/ln -LINK raminst bin/ls -LINK raminst bin/mkdir -LINK raminst bin/mv -LINK raminst bin/rm -LINK raminst bin/sh -LINK bin/sh bin/-sh -LINK raminst bin/sleep -LINK raminst bin/stty -LINK raminst bin/sync -LINK raminst sbin/disklabel -LINK raminst sbin/fsck -LINK raminst sbin/dmesg -LINK raminst sbin/halt -LINK raminst sbin/ifconfig -LINK raminst sbin/init -LINK raminst sbin/mknod -LINK raminst usr/bin/more -LINK raminst sbin/mount -LINK raminst sbin/mount_cd9660 -LINK raminst sbin/mount_ffs -LINK raminst sbin/mount_nfs -LINK raminst sbin/mount_mfs -LINK raminst sbin/newfs -LINK raminst sbin/reboot -LINK raminst sbin/route -LINK raminst sbin/umount -LINK raminst usr/bin/ftp -LINK raminst usr/bin/egrep -LINK raminst usr/bin/grep -LINK raminst usr/bin/gzip -LINK raminst usr/bin/less -LINK raminst usr/bin/sed -LINK raminst usr/bin/sort -LINK raminst bin/pax -LINK raminst usr/bin/tar -LINK raminst sbin/dhclient +COPY ${OBJDIR}/raminst raminst +LINK raminst bin/cat +LINK raminst bin/chmod bin/chgrp sbin/chown +LINK raminst bin/cp +LINK raminst bin/df +LINK raminst bin/dd +LINK raminst bin/ed +LINK raminst bin/expr +LINK raminst bin/hostname +LINK raminst bin/ln +LINK raminst bin/ls +LINK raminst bin/mkdir +LINK raminst bin/mv +LINK raminst bin/rm +LINK raminst bin/sh +LINK bin/sh bin/-sh +LINK raminst bin/sleep +LINK raminst bin/stty +LINK raminst bin/sync +LINK raminst sbin/disklabel +LINK raminst sbin/fsck +LINK raminst sbin/dmesg +LINK raminst sbin/halt +LINK raminst sbin/ifconfig +LINK raminst sbin/init +LINK raminst sbin/mknod +LINK raminst usr/bin/more +LINK raminst sbin/mount +LINK raminst sbin/mount_cd9660 +LINK raminst sbin/mount_ffs +LINK raminst sbin/mount_nfs +LINK raminst sbin/mount_mfs +LINK raminst sbin/newfs +LINK raminst sbin/reboot +LINK raminst sbin/route +LINK raminst sbin/umount +LINK raminst usr/bin/ftp +LINK raminst usr/bin/egrep +LINK raminst usr/bin/grep +LINK raminst usr/bin/gzip +LINK raminst usr/bin/less +LINK raminst usr/bin/sed +LINK raminst usr/bin/sort +LINK raminst bin/pax +LINK raminst usr/bin/tar +LINK raminst sbin/dhclient SPECIAL /bin/rm raminst # copy the MAKEDEV script and make some devices -COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk # we need the contents of /usr/mdec (XXX) -COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif -LINK usr/mdec/uboot.lif usr/mdec/bootct -LINK usr/mdec/uboot.lif usr/mdec/boothd -LINK usr/mdec/uboot.lif usr/mdec/bootsd -LINK usr/mdec/uboot.lif usr/mdec/ctboot -LINK usr/mdec/uboot.lif usr/mdec/hdboot -LINK usr/mdec/uboot.lif usr/mdec/sdboot +COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif +LINK usr/mdec/uboot.lif usr/mdec/bootct +LINK usr/mdec/uboot.lif usr/mdec/boothd +LINK usr/mdec/uboot.lif usr/mdec/bootsd +LINK usr/mdec/uboot.lif usr/mdec/ctboot +LINK usr/mdec/uboot.lif usr/mdec/hdboot +LINK usr/mdec/uboot.lif usr/mdec/sdboot # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group COPY ${DESTDIR}/etc/spwd.db etc/spwd.db COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services -SPECIAL sed -e '/^#[ ].*$/d' < ${DESTDIR}/etc/disktab > etc/disktab +SCRIPT ${DESTDIR}/etc/disktab etc/disktab TERMCAP vt100,vt200,dumb,hp2392,hpansi,hpsub,hpex,hp300h,hp700-wy,hp70092 usr/share/misc/termcap # and the installation tools -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" -e '/^[ ]*#$/d' < ${CURDIR}/install.md > install.md -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/install.sh > install -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../miniroot/install.sub > install.sub - +SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile +SCRIPT ${CURDIR}/install.md install.md +SCRIPT ${CURDIR}/../../miniroot/install.sh install +SCRIPT ${CURDIR}/../../miniroot/upgrade.sh upgrade +SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub SPECIAL chmod 755 install upgrade # so DNS can work -SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf |