summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-21 11:02:38 +0000
committerjkh <jkh@FreeBSD.org>1994-06-21 11:02:38 +0000
commit11c03a99af4ab1e676930edef3460b230f18b506 (patch)
tree139d4dc6b12799ccfc95c82b82c64fdb74cafd07 /etc
parent0b5307b380460000736c5ae98bfdbf5533e364b5 (diff)
downloadFreeBSD-src-11c03a99af4ab1e676930edef3460b230f18b506.zip
FreeBSD-src-11c03a99af4ab1e676930edef3460b230f18b506.tar.gz
1. Increase number of inodes for kcopy floppy; we've currently run out.
2. Get kcopy and filesystem images from current directory since we now build them here; a clean rule is now all that's needed to make the crunch stuff complete.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 13efa7d..4db3e98 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.66 1994/06/15 21:21:50 jkh Exp $
+# $Id: Makefile,v 1.67 1994/06/20 03:39:59 jkh Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -243,7 +243,7 @@ kcopy-kernels: ${.CURDIR}/../sys/i386/conf/GENERICAH ${.CURDIR}/../sys/i386/conf
kcopy-floppy:
disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \
${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd
- newfs -b 4096 -c 80 -f 512 -i 10240 -m 0 -o space \
+ newfs -b 4096 -c 80 -f 512 -i 8192 -m 0 -o space \
r${FLOPPY} ${FLOPPY_TYPE}
mount /dev/${FLOPPY} ${MOUNT}
chown ${BINOWN}.${BINGRP} ${MOUNT}/.
@@ -262,7 +262,7 @@ kcopy-floppy:
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
${.CURDIR}/etc.i386/kc.profile ${MOUNT}/.profile
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${RELEASEDIR}/distbin/kcopy ${MOUNT}/bin/kcopy
+ kcopy ${MOUNT}/bin/kcopy
(cd ${MOUNT}/; \
for i in ${KC_LINKS}; do \
ln bin/kcopy $$i; \
@@ -356,7 +356,7 @@ filesyst.flp:
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
${.CURDIR}/etc.i386/inst1.install ${MOUNT}/install
install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${RELEASEDIR}/distbin/filesystem ${MOUNT}/bin/filesystem
+ filesystem ${MOUNT}/bin/filesystem
(cd ${MOUNT}/; \
for i in ${FILESYSTEM_LINKS}; do \
ln bin/filesystem $$i; \
OpenPOWER on IntegriCloud