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/hp300 | |
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/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 5c949fb6a16..708e65f8b11 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.55 2010/03/31 17:51:42 deraadt Exp $ +# $OpenBSD: list,v 1.56 2010/10/18 04:07:50 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -70,7 +70,8 @@ LINK usr/mdec/uboot.lif usr/mdec/sdboot COPY ${DESTDIR}/etc/group etc/group COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services -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 SYMLINK /tmp/fstab.shadow etc/fstab SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts |