Alpha does not support PCCARD installs, so we do not need the 58k

/etc/defaults/pccard.conf.  Assume for now that only
MACHINE_ARCH=="i386" wants to do PCCARD installs.  We're still using
too much space, but this is a big help.
This commit is contained in:
Murray Stokely 2002-03-29 22:22:34 +00:00
parent 8c47a53d2c
commit 37c973e3dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93398

View File

@ -611,7 +611,9 @@ release.8:
ln -sf /stand $$dir; \
done )
cp /sbin/dhclient-script ${RD}/mfsfd/stand
.if ${MACHINE_ARCH} == "i386"
cp ${.CURDIR}/../etc/defaults/pccard.conf ${RD}/mfsfd/etc/defaults/pccard.conf
.endif
cp ${.CURDIR}/../etc/usbd.conf ${RD}/mfsfd/etc/usbd.conf
cd ${RD}/trees/bin && ls ${BOOT1} | cpio -dump ${RD}/mfsfd/stand
( for F in netconfig protocols ; do \