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:
parent
8c47a53d2c
commit
37c973e3dd
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user