diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-18 04:08:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-18 04:08:33 +0000 |
commit | bf1773d7c45d72bafb95b717fd0d1f06908710c2 (patch) | |
tree | 2e38c2091f10373300d4005634c6fc8141270c92 /distrib/hppa | |
parent | ad74e02d43e4d0e90024fc2f6597aa89880ccb4b (diff) |
Place a smaller spwd.db onto the install media. Be consistant with the naming
of the "additional" list files (for architectures which split the list)
Then... cleanup some TZ which it is clear should not have been placed onto
certain media which don't have the space for them.
Diffstat (limited to 'distrib/hppa')
-rw-r--r-- | distrib/hppa/list | 5 | ||||
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 | ||||
-rw-r--r-- | distrib/hppa/ramdisk/list.local (renamed from distrib/hppa/ramdisk/list) | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/distrib/hppa/list b/distrib/hppa/list index e7a22a809d9..7fccb283c0f 100644 --- a/distrib/hppa/list +++ b/distrib/hppa/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.15 2010/03/31 17:51:42 deraadt Exp $ +# $OpenBSD: list,v 1.16 2010/10/18 04:07:50 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -54,7 +54,8 @@ LINK instbin sbin/sysctl # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group -COPY ${DESTDIR}/etc/spwd.db etc/spwd.db +COPY ${CURDIR}/../../miniroot/master.passwd etc/master.passwd +SPECIAL pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index 831de839fc6..51cdb6a3766 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2010/08/26 01:35:44 krw Exp $ +# $OpenBSD: Makefile,v 1.20 2010/10/18 04:07:50 deraadt Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -25,7 +25,7 @@ CRUNCHGENOPTS?=-E KERNEL?= RAMDISK UTILS?= ${.CURDIR}/../../miniroot -LISTS= ${ARCHDIR}/list ${.CURDIR}/list +LISTS= ${ARCHDIR}/list ${.CURDIR}/list.local MTREE= ${UTILS}/mtree.conf LIF?= lif${REV}.fs diff --git a/distrib/hppa/ramdisk/list b/distrib/hppa/ramdisk/list.local index 74edea9e89c..e603d7dba11 100644 --- a/distrib/hppa/ramdisk/list +++ b/distrib/hppa/ramdisk/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.12 2009/06/02 06:17:47 todd Exp $ +# $OpenBSD: list.local,v 1.1 2010/10/18 04:07:50 deraadt Exp $ # hppa extra's LINK instbin sbin/disklabel |