diff options
author | 2002-04-10 04:54:59 +0000 | |
---|---|---|
committer | 2002-04-10 04:54:59 +0000 | |
commit | 55f4ec1ff15880c67374c4070e60b04f2dc81b08 (patch) | |
tree | c731810b1484e4ba1c00f2a607e2656935fcb54b | |
parent | Be sure to print 'root on' line for RAMDISK kernels (diff) | |
download | wireguard-openbsd-55f4ec1ff15880c67374c4070e60b04f2dc81b08.tar.xz wireguard-openbsd-55f4ec1ff15880c67374c4070e60b04f2dc81b08.zip |
MAKEDEV can stay
-rw-r--r-- | distrib/alpha/inst-common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list index 29484955897..7c66e4fb05c 100644 --- a/distrib/alpha/inst-common/list +++ b/distrib/alpha/inst-common/list @@ -1,5 +1,5 @@ # -# $OpenBSD: list,v 1.20 2002/02/09 17:02:13 deraadt Exp $ +# $OpenBSD: list,v 1.21 2002/04/10 04:54:59 deraadt Exp $ # # copy the crunched binary, link to it, and kill it @@ -54,7 +54,7 @@ SPECIAL /bin/rm raminst # copy the MAKEDEV script and make some devices COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -SPECIAL rm dev/MAKEDEV +#SPECIAL rm dev/MAKEDEV # we need the contents of /usr/mdec XXX - no it's not necessary and won't fit. #COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot |