diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-16 16:45:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-16 16:45:05 +0000 |
commit | 9c7ecaf10fb60f39c08c96d15ee99fceff0480ea (patch) | |
tree | 118b7f22c57f3d33db0191a493cf93fd2fcbf213 /distrib/alpha/common/list | |
parent | 1046560762bd76e676b9380a362a5706e599dd12 (diff) |
use the baseXX /usr/mdec stuff post-install to put boot media on the
disk, rather than including it in the ramdisk
tested by landry
Diffstat (limited to 'distrib/alpha/common/list')
-rw-r--r-- | distrib/alpha/common/list | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list index 7bf60466430..f36eea15921 100644 --- a/distrib/alpha/common/list +++ b/distrib/alpha/common/list @@ -1,8 +1,7 @@ -# $OpenBSD: list,v 1.31 2010/10/18 04:07:49 deraadt Exp $ +# $OpenBSD: list,v 1.32 2012/10/16 16:45:04 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin -SRCDIRS sys/arch/alpha/stand # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -44,16 +43,11 @@ LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/more usr/bin/less LINK instbin usr/bin/sed LINK instbin sbin/sysctl -#LINK instbin usr/mdec/installboot # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -# 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 -#COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx - # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group COPY ${CURDIR}/../../miniroot/protocols etc/protocols |