summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-21 10:33:20 +0000
committerjkh <jkh@FreeBSD.org>1995-05-21 10:33:20 +0000
commit79158edd574b071887fe1c2005ff36de72247018 (patch)
tree81aa1a5a342e983e9395e6ff1e5630843877b13e /release/Makefile
parent1790211a555d1f2a1159842874e5b1b34a48852d (diff)
downloadFreeBSD-src-79158edd574b071887fe1c2005ff36de72247018.zip
FreeBSD-src-79158edd574b071887fe1c2005ff36de72247018.tar.gz
Add device entries for CDROM devices to boot floppy.
Increase number of inodes slightly.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index e7e206c..dfa961c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.161 1995/05/20 23:33:07 phk Exp $
+# $Id: Makefile,v 1.162 1995/05/21 03:16:19 phk Exp $
#
# How to roll a release:
#
@@ -45,7 +45,7 @@ FDCYLS= 80
FDCYLSIZE= 15k
FDLABEL= fd1200
-NEWFSARGS= -c 80 -b 4096 -f 512 -i 4500 -m 0 -t 0 -u 0 \
+NEWFSARGS= -c 80 -b 4096 -f 512 -i 4300 -m 0 -t 0 -u 0 \
-o space -T ${FDLABEL}
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
@@ -277,6 +277,7 @@ release.6:
( cd ${RD}/trees/bin/dev ; \
ls console tty ttyv1 null zero \
*[sw]d* cuaa[01] fd[01] rfd[01] | \
+ cd[01]a mcd[01]a scd[01]a matcd[01]a \
cpio -dump ${RD}/bootfd/dev )
tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
tar xvf - -C ${RD}/bootfd/stand
OpenPOWER on IntegriCloud