summaryrefslogtreecommitdiff
path: root/distrib/alpha/common/list
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-29 21:25:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-29 21:25:52 +0000
commitc0e90e9881c7d005a72f413c5ddeb2952fd8fe18 (patch)
tree9740e6f0d298bc37c1106ea724b9346c612e8318 /distrib/alpha/common/list
parent20e7f68becf404122b4e194bff0b4349f4460f28 (diff)
three floppies, and a bsd.rd for the CD
Diffstat (limited to 'distrib/alpha/common/list')
-rw-r--r--distrib/alpha/common/list16
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