diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-25 18:48:07 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-25 18:48:07 +0000 |
commit | f2fac040f8bbf90a3e67c98a529843da75f2e365 (patch) | |
tree | 152c2346533ec4e252979d278b6044b30224945d /release | |
parent | 8118d8e593ac1aa55398b5af10fc0dc52328fc16 (diff) | |
download | FreeBSD-src-f2fac040f8bbf90a3e67c98a529843da75f2e365.zip FreeBSD-src-f2fac040f8bbf90a3e67c98a529843da75f2e365.tar.gz |
Rename boot.flp to root.flp
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 34 | ||||
-rw-r--r-- | release/alpha/boot_crunch.conf | 7 | ||||
-rw-r--r-- | release/amd64/boot_crunch.conf | 7 | ||||
-rw-r--r-- | release/boot_crunch.conf | 7 | ||||
-rw-r--r-- | release/i386/boot_crunch.conf | 7 | ||||
-rw-r--r-- | release/pc98/boot_crunch.conf | 7 |
6 files changed, 37 insertions, 32 deletions
diff --git a/release/Makefile b/release/Makefile index 3dbb464..4649a08 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.178 1995/05/25 01:51:44 jkh Exp $ +# $Id: Makefile,v 1.179 1995/05/25 06:14:10 phk Exp $ # # How to roll a release: # @@ -22,7 +22,7 @@ EXPORT_DISTS= games manpages proflibs dict info EXTRA_DISTS= des ${EXPORT_DISTS} ALL_DISTS= bin ${EXTRA_DISTS} -CPIO1= etc/services etc/protocols etc/sysconfig +ROOT1= etc/services etc/protocols etc/sysconfig FAQS= README MIRROR.SITES @@ -57,7 +57,7 @@ FD= ${RELEASEDIR}/ftp CD= ${RELEASEDIR}/cdrom .if !defined(WHICH_CRUNCH) -WHICH_CRUNCH= boot cpio fixit +WHICH_CRUNCH= boot root fixit .endif release: @@ -140,7 +140,7 @@ rerelease: chroot ${CHROOTDIR} /mk clean: - rm -rf cpio_crunch boot_crunch release.[0-9] release.1[0] + rm -rf root_crunch boot_crunch release.[0-9] release.1[0] # Clean out ${RELEASEDIR} and make the directory structure. release.1: @@ -324,20 +324,20 @@ release.8: cd ${.CURDIR} ; ${MAKE} doFLOPPY FLOPPY=boot touch release.8 -# Complete the cpiofd directory +# Complete the rootfd directory release.9: @cd ${.CURDIR} ; $(MAKE) ckRELEASEDIR - rm -rf ${RD}/cpiofd - mkdir ${RD}/cpiofd - cd ${RD}/cpiofd && \ + rm -rf ${RD}/rootfd + mkdir ${RD}/rootfd + cd ${RD}/rootfd && \ mkdir stand stand/info - ln -f ${RD}/kernels/GENERIC ${RD}/cpiofd/kernel - @cd ${.CURDIR} ; $(MAKE) installCRUNCH CRUNCH=cpio \ - DIR=${RD}/cpiofd/stand ZIP=false - cd ${RD}/trees/bin ; ls ${CPIO1} | cpio -dump ${RD}/cpiofd/stand - tar --exclude CVS -cf - -C ${RD} info | tar xvf - -C ${RD}/cpiofd/stand - cd ${RD}/cpiofd ; ( rm -f OK ; find . -print ; touch OK ; echo OK ) | cpio -H newc -oa | gzip -9 -c | dd conv=osync > ${RD}/floppies/cpio.tmp - mv ${RD}/floppies/cpio.tmp ${RD}/floppies/cpio.flp + ln -f ${RD}/kernels/GENERIC ${RD}/rootfd/kernel + @cd ${.CURDIR} ; $(MAKE) installCRUNCH CRUNCH=root \ + DIR=${RD}/rootfd/stand ZIP=false + cd ${RD}/trees/bin ; ls ${ROOT1} | cpio -dump ${RD}/rootfd/stand + tar --exclude CVS -cf - -C ${RD} info | tar xvf - -C ${RD}/rootfd/stand + cd ${RD}/rootfd ; ( rm -f OK ; find . -print ; touch OK ; echo OK ) | cpio -H newc -oa | gzip -9 -c | dd conv=osync > ${RD}/floppies/root.tmp + mv ${RD}/floppies/root.tmp ${RD}/floppies/root.flp touch release.9 # Complete the fixitfd @@ -433,9 +433,9 @@ boot.flp: rm -f release.4 release.8 cd ${.CURDIR} && ${MAKE} release.4 release.8 WHICH_CRUNCH=boot -cpio.flp: +root.flp: rm -f release.4 release.9 - cd ${.CURDIR} && ${MAKE} release.4 release.9 WHICH_CRUNCH=cpio + cd ${.CURDIR} && ${MAKE} release.4 release.9 WHICH_CRUNCH=root fixit.flp: rm -f release.4 release.10 diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index 9e9c404..459513a 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,9 +1,10 @@ -# $Id: boot_crunch.conf,v 1.12 1995/05/23 22:59:08 jkh Exp $ +# $Id: boot_crunch.conf,v 1.13 1995/05/23 23:06:22 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin -srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 -progs ls sh find +progs ls df sh pwd find +progs mount mount_cd9660 mount_msdos mount_nfs umount progs sysinstall newfs gzip cpio bad144 fsck ifconfig route ln gzip gunzip ln gzip zcat diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 9e9c404..459513a 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,9 +1,10 @@ -# $Id: boot_crunch.conf,v 1.12 1995/05/23 22:59:08 jkh Exp $ +# $Id: boot_crunch.conf,v 1.13 1995/05/23 23:06:22 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin -srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 -progs ls sh find +progs ls df sh pwd find +progs mount mount_cd9660 mount_msdos mount_nfs umount progs sysinstall newfs gzip cpio bad144 fsck ifconfig route ln gzip gunzip ln gzip zcat diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index 9e9c404..459513a 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,9 +1,10 @@ -# $Id: boot_crunch.conf,v 1.12 1995/05/23 22:59:08 jkh Exp $ +# $Id: boot_crunch.conf,v 1.13 1995/05/23 23:06:22 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin -srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 -progs ls sh find +progs ls df sh pwd find +progs mount mount_cd9660 mount_msdos mount_nfs umount progs sysinstall newfs gzip cpio bad144 fsck ifconfig route ln gzip gunzip ln gzip zcat diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 9e9c404..459513a 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,9 +1,10 @@ -# $Id: boot_crunch.conf,v 1.12 1995/05/23 22:59:08 jkh Exp $ +# $Id: boot_crunch.conf,v 1.13 1995/05/23 23:06:22 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin -srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 -progs ls sh find +progs ls df sh pwd find +progs mount mount_cd9660 mount_msdos mount_nfs umount progs sysinstall newfs gzip cpio bad144 fsck ifconfig route ln gzip gunzip ln gzip zcat diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index 9e9c404..459513a 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -1,9 +1,10 @@ -# $Id: boot_crunch.conf,v 1.12 1995/05/23 22:59:08 jkh Exp $ +# $Id: boot_crunch.conf,v 1.13 1995/05/23 23:06:22 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin -srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 -progs ls sh find +progs ls df sh pwd find +progs mount mount_cd9660 mount_msdos mount_nfs umount progs sysinstall newfs gzip cpio bad144 fsck ifconfig route ln gzip gunzip ln gzip zcat |