From 212014b83549fea7734572579b98c22143487b06 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 11 May 1995 06:32:13 +0000 Subject: [PATCH] Put a shell on the boot floppy. --- release/Makefile | 12 ++++++------ release/alpha/boot_crunch.conf | 8 +++----- release/amd64/boot_crunch.conf | 8 +++----- release/boot_crunch.conf | 8 +++----- release/i386/boot_crunch.conf | 8 +++----- release/pc98/boot_crunch.conf | 8 +++----- 6 files changed, 21 insertions(+), 31 deletions(-) diff --git a/release/Makefile b/release/Makefile index ee392fdae743..948b036fffb3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.149 1995/05/10 17:20:20 jkh Exp $ +# $Id: Makefile,v 1.150 1995/05/10 17:54:09 jkh Exp $ # # How to roll a release: # @@ -19,7 +19,7 @@ # Things which without too much trouble can be considered variables EXPORT_DISTS= games manpages proflibs dict info -EXTRA_DISTS= DES ${EXPORT_DISTS} +EXTRA_DISTS= des ${EXPORT_DISTS} ALL_DISTS= bin ${EXTRA_DISTS} CPIO1= etc/services etc/protocols etc/sysconfig @@ -342,12 +342,12 @@ release.9: fi ; \ done ( cd ${RD}/dists/src && \ - if [ -f sDES.aa ] ; then mv sDES.* ../DES ; fi && \ - if [ -f sebones.aa ] ; then mv sebones.* ../DES ; fi && \ + if [ -f sdes.aa ] ; then mv sdes.* ../des ; fi && \ + if [ -f sebones.aa ] ; then mv sebones.* ../des ; fi && \ sh -e ${.CURDIR}/scripts/mkchecksums.sh ) cp ${.CURDIR}/scripts/extract_src.sh ${RD}/dists/src/extract.sh - if [ -d ${RD}/dists/DES ] ; then \ - ( cd ${RD}/dists/DES && sh -e ${.CURDIR}/scripts/mkchecksums.sh );\ + if [ -d ${RD}/dists/des ] ; then \ + ( cd ${RD}/dists/des && sh -e ${.CURDIR}/scripts/mkchecksums.sh );\ fi @echo "src distribution is finished." touch release.9 diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index 98c4374416bc..c29caba47f6a 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,16 +1,14 @@ -# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $ +# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 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 # Programs from bin/ -# progs sh mkdir rm mknod chmod expr -# progs ln test mount umount cat mv sync cp -# progs cpio gzip newfs +progs sh progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat -# ln sh -sh +ln sh -sh # ln sysinstall oinit # ln test [ diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 98c4374416bc..c29caba47f6a 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,16 +1,14 @@ -# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $ +# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 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 # Programs from bin/ -# progs sh mkdir rm mknod chmod expr -# progs ln test mount umount cat mv sync cp -# progs cpio gzip newfs +progs sh progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat -# ln sh -sh +ln sh -sh # ln sysinstall oinit # ln test [ diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index 98c4374416bc..c29caba47f6a 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,16 +1,14 @@ -# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $ +# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 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 # Programs from bin/ -# progs sh mkdir rm mknod chmod expr -# progs ln test mount umount cat mv sync cp -# progs cpio gzip newfs +progs sh progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat -# ln sh -sh +ln sh -sh # ln sysinstall oinit # ln test [ diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 98c4374416bc..c29caba47f6a 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,16 +1,14 @@ -# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $ +# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 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 # Programs from bin/ -# progs sh mkdir rm mknod chmod expr -# progs ln test mount umount cat mv sync cp -# progs cpio gzip newfs +progs sh progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat -# ln sh -sh +ln sh -sh # ln sysinstall oinit # ln test [ diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index 98c4374416bc..c29caba47f6a 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/boot_crunch.conf @@ -1,16 +1,14 @@ -# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $ +# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 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 # Programs from bin/ -# progs sh mkdir rm mknod chmod expr -# progs ln test mount umount cat mv sync cp -# progs cpio gzip newfs +progs sh progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat -# ln sh -sh +ln sh -sh # ln sysinstall oinit # ln test [