summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-05 04:29:53 +0000
committerjkh <jkh@FreeBSD.org>1997-02-05 04:29:53 +0000
commitb12cb65847ddd25b37488dba657090b205a98f4e (patch)
treeb3bec37bf94561b6e3cefa934eea2211e2a64829 /release/Makefile
parent18e5b773306245a018008c1b73725488d592ad98 (diff)
downloadFreeBSD-src-b12cb65847ddd25b37488dba657090b205a98f4e.zip
FreeBSD-src-b12cb65847ddd25b37488dba657090b205a98f4e.tar.gz
1. Sync ABOUT.TXT changes.
2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/release/Makefile b/release/Makefile
index f30021b..fcf5054 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -46,8 +46,9 @@ ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
# Upper size for the mfs in the boot.flp kernel.
# These are adjusted down to the minimum needed by doFS.sh.
BOOTMFSSIZE= 1440
-MFSINODE= 80000
-FIXITINODE= 28000
+MFSINODE= 60000
+FIXITINODE= 20000
+BOOTINODE= 100000
# Things which will get you into trouble if you change them
DISTRIBUTIONS= bin ${EXTRA_DISTS}
@@ -377,8 +378,7 @@ release.8: write_mfs_in_kernel dumpnlist
rm -rf ${RD}/mfsfd
mkdir ${RD}/mfsfd
cd ${RD}/mfsfd && \
- mkdir -p etc dev mnt stand/help && \
- ln -s 'AH<<<<' etc/malloc.conf
+ mkdir -p etc dev mnt stand/help
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=boot \
DIR=${RD}/mfsfd/stand ZIP=false
( cd ${RD}/trees/bin/dev && \
@@ -613,14 +613,13 @@ doMFSKERN:
kzip -v ${RD}/boot.${FSIMAGE}/kernel
@mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE}
@mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel
- @ls -l ${RD}/boot.${FSIMAGE}/kernel
@rm -f ${RD}/floppies/boot${FSIMAGE}.flp
- cat ${RD}/trees/bin/usr/mdec/rawboot ${RD}/boot.${FSIMAGE}/kernel | \
- dd conv=sync of=${RD}/floppies/boot${FSIMAGE}.flp
- @echo 'USERCONFIG' > startup_foo
- @echo 'intro' >> startup_foo
- dd if=startup_foo of=${RD}/floppies/boot${FSIMAGE}.flp \
- seek=1 bs=512 count=1 conv=notrunc
- @rm -f startup_foo
+ sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${FDSIZE} ${RD}/boot.${FSIMAGE} \
+ ${BOOTINODE} ${FDLABEL}
+ #echo 'USERCONFIG' > startup_foo
+ #echo 'intro' >> startup_foo
+ #dd if=startup_foo of=fs-image seek=1 bs=512 count=1 conv=notrunc
+ #rm -f startup_foo
+ mv fs-image ${RD}/floppies/boot${FSIMAGE}.flp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud