mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Put a shell on the boot floppy.
This commit is contained in:
parent
dae062c15f
commit
212014b835
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8439
@ -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
|
||||
|
@ -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 [
|
||||
|
||||
|
@ -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 [
|
||||
|
||||
|
@ -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 [
|
||||
|
||||
|
@ -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 [
|
||||
|
||||
|
@ -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 [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user