diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
commit | c0e90e9881c7d005a72f413c5ddeb2952fd8fe18 (patch) | |
tree | 9740e6f0d298bc37c1106ea724b9346c612e8318 /distrib/alpha/common/list | |
parent | 20e7f68becf404122b4e194bff0b4349f4460f28 (diff) |
three floppies, and a bsd.rd for the CD
Diffstat (limited to 'distrib/alpha/common/list')
-rw-r--r-- | distrib/alpha/common/list | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list new file mode 100644 index 00000000000..8375dad96d3 --- /dev/null +++ b/distrib/alpha/common/list @@ -0,0 +1,16 @@ +# $OpenBSD: list,v 1.1 2001/01/29 21:25:46 deraadt Exp $ + +# we strip comments from files since we need the space... + +# the disktab explanation file +#SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/disktab.preinstall > etc/disktab.preinstall + +# and the installation tools +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/dot.profile > .profile +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/disktab.shadow > etc/disktab.shadow +SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sub > install.sub +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sh > install +#SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade +SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/install.md > install.md +SPECIAL chmod 755 install +#SPECIAL chmod 755 upgrade |