diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-10 03:54:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-10 03:54:47 +0000 |
commit | 43cb963493872aa7547693a156ab3da0a5449cbf (patch) | |
tree | 53fda05213e264b70496322eae27a8cc21bbdd75 /distrib/i386 | |
parent | 83bf5e08be56c20d2a497438758e98ce68a9f743 (diff) |
MAKEDEV can remain on the install media (it is now sed stripped)
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/common/list | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list index a7b4178750b..ad1620b371b 100644 --- a/distrib/i386/floppies/common/list +++ b/distrib/i386/floppies/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.23 2001/12/17 00:41:51 krw Exp $ +# $OpenBSD: list,v 1.24 2002/04/10 03:54:46 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -54,9 +54,10 @@ SPECIAL /bin/rm instbin ARGVLINK sh -sh # copy the MAKEDEV script and make some devices -COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +#COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${DESTDIR}/dev/MAKEDEV > dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -SPECIAL /bin/rm dev/MAKEDEV +#SPECIAL /bin/rm dev/MAKEDEV # we need the contents of /usr/mdec COPY ${DESTDIR}/usr/mdec/biosboot usr/mdec/biosboot |