From 159846deaa2f9bff3b560d6a49d7c8f93d7abadc Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 13 Dec 2001 01:40:16 +0000 Subject: Remove /etc/protocols and /etc/services from install media that use the miniroot install scripts. During an install, donetconfig() in miniroot/install.sub now creates a minimal /etc/protocols and /etc/services. During an upgrade, enable_network() now copies the existing protocols and services files into /etc. Saves approximately 13K on floppy/cd images. --- distrib/hp300/ramdisk/list | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'distrib/hp300/ramdisk/list') diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 43edb38c3cc..7ae1e1d8baf 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.24 2001/10/20 01:40:28 millert Exp $ +# $OpenBSD: list,v 1.25 2001/12/13 01:40:15 krw Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -65,8 +65,6 @@ LINK usr/mdec/uboot.lif usr/mdec/sdboot # 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 ${DESTDIR}/etc/protocols etc/protocols -COPY ${DESTDIR}/etc/services etc/services SPECIAL sed -e '/^#[ ].*$/d' < ${DESTDIR}/etc/disktab > etc/disktab # we strip comments from files since we need the space... -- cgit v1.2.3