diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
commit | 78a43022b547d717568e958139aa705d1d7a5be0 (patch) | |
tree | fefedcbc5ee18e9d3febe5d280b211a2962b2a80 /distrib/mac68k/ramdisk/list | |
parent | f6ae89b952e1791fbdcf478f107fe2228f2b4b4f (diff) |
use one common dot.profile for all
Diffstat (limited to 'distrib/mac68k/ramdisk/list')
-rw-r--r-- | distrib/mac68k/ramdisk/list | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/distrib/mac68k/ramdisk/list b/distrib/mac68k/ramdisk/list index 36e85ac4848..b5880220d81 100644 --- a/distrib/mac68k/ramdisk/list +++ b/distrib/mac68k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.9 2002/04/21 17:10:10 deraadt Exp $ +# $OpenBSD: list,v 1.10 2002/04/22 02:43:16 deraadt Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -60,15 +60,11 @@ COPY rd.master.passwd etc/master.passwd COPY rd.disktab etc/disktab SPECIAL cd etc; pwd_mkdb -p -d . ./master.passwd -# we strip comments from files since we need the space... - # and the common installation tools -SPECIAL sed -e '/^#[ ].*$/d' < ${TOPDIR}/common/dot.commonutils > .commonutils SPECIAL sed -e '/^#[ ].*$/d' < ${TOPDIR}/common/termcap.vt > usr/share/misc/termcap # and the installation tools -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/dot.profile > .profile -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/dot.instutils > .instutils +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${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 |