1998-12-24 04:28:25 +00:00
|
|
|
# $Id: Makefile,v 1.437 1998/12/21 17:34:33 jkh Exp $
|
1994-09-23 08:28:25 +00:00
|
|
|
#
|
1997-05-24 20:15:13 +00:00
|
|
|
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
1995-02-25 22:08:48 +00:00
|
|
|
#
|
1997-05-24 20:15:13 +00:00
|
|
|
# Where "/some/dir" is the pathname of a directory on a some
|
1998-10-13 02:32:43 +00:00
|
|
|
# filesystem with at least 1000MB of free space, "somename" is what
|
1997-05-24 20:15:13 +00:00
|
|
|
# you want the release to call itself and, optionally, which CVS "tag"
|
|
|
|
# name should be used when checking out the sources to build the release
|
|
|
|
# (default is HEAD).
|
1995-02-25 22:08:48 +00:00
|
|
|
#
|
1997-05-24 20:15:13 +00:00
|
|
|
# Please note: the vn driver must also be compiled into your kernel,
|
1996-11-14 14:23:53 +00:00
|
|
|
# otherwise the target 'release.8' and possibly others will fail.
|
|
|
|
#
|
1997-05-24 20:15:13 +00:00
|
|
|
# Set these, release builder!
|
1997-06-01 08:06:48 +00:00
|
|
|
#
|
|
|
|
# Fixed version:
|
|
|
|
#BUILDNAME=2.2-RELEASE
|
|
|
|
#
|
|
|
|
# Automatic SNAP versioning:
|
1998-07-09 08:26:38 +00:00
|
|
|
DATE != date +%Y%m%d
|
1997-06-01 08:06:48 +00:00
|
|
|
BASE = 3.0
|
1997-09-04 11:54:01 +00:00
|
|
|
BUILDNAME?=${BASE}-${DATE}-SNAP
|
1997-06-01 08:06:48 +00:00
|
|
|
#
|
1996-05-16 03:20:52 +00:00
|
|
|
#CHROOTDIR=/junk/release
|
1995-04-23 23:06:36 +00:00
|
|
|
# If this is a RELEASE, then set
|
1997-03-02 11:59:26 +00:00
|
|
|
#RELEASETAG=RELENG_2_2
|
1995-04-23 23:06:36 +00:00
|
|
|
|
1998-04-15 18:28:27 +00:00
|
|
|
# If you are using a local CVS repository with components stored in
|
|
|
|
# non-standard modules, override these on the make commandline or
|
|
|
|
# in the environment.
|
|
|
|
RELEASESRCMODULE?= src
|
|
|
|
RELEASEDOCMODULE?= doc
|
|
|
|
RELEASEPORTSMODULE?= ports
|
|
|
|
|
1998-08-12 11:43:24 +00:00
|
|
|
# Unless set elsewhere, indicate the object format we'll be using.
|
1998-09-04 06:31:34 +00:00
|
|
|
OBJFORMAT?= elf
|
1998-08-12 11:43:24 +00:00
|
|
|
|
1998-01-23 20:15:54 +00:00
|
|
|
# Uncomment this to disable the doc.1 target. It is also an ERROR
|
|
|
|
# to set NOPORTS and not set NODOC since docs depend on ports.
|
1998-12-24 04:28:25 +00:00
|
|
|
NODOC= YES
|
1998-09-15 13:15:18 +00:00
|
|
|
#NOPORTS= YES
|
1998-06-06 04:39:42 +00:00
|
|
|
# Comment the following if you want the release documentation to be
|
|
|
|
# in English only.
|
1998-12-18 05:13:01 +00:00
|
|
|
ALLLANG= yes
|
|
|
|
DOCPORTS= textproc/docproj
|
1998-12-21 17:34:33 +00:00
|
|
|
# Set this to wherever the distfiles required by ${DOCPORTS} live.
|
|
|
|
DISTFILES?= ${.CURDIR}/../../ports/distfiles
|
1997-07-23 10:44:39 +00:00
|
|
|
|
1998-11-03 03:31:22 +00:00
|
|
|
DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \
|
|
|
|
INSTALL.TXT RELNOTES.TXT TROUBLE.TXT UPGRADE.TXT
|
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
# Things which without too much trouble can be considered variables
|
1997-06-21 15:41:55 +00:00
|
|
|
# BIN_DISTS are special in that they get full /etc installation sets.
|
|
|
|
#
|
1997-06-22 08:37:49 +00:00
|
|
|
COMPAT_DISTS?= compat1x compat20 compat21
|
1997-07-02 08:59:00 +00:00
|
|
|
OTHER_DISTS?= manpages catpages games proflibs dict info doc
|
1997-06-22 08:37:49 +00:00
|
|
|
CRYPTO_DISTS?= krb des
|
1997-06-21 15:41:55 +00:00
|
|
|
BIN_DISTS?= bin
|
1997-06-22 08:37:49 +00:00
|
|
|
DISTRIBUTIONS?= ${BIN_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS}
|
1996-06-06 10:13:32 +00:00
|
|
|
KERNELS?= GENERIC
|
1995-03-17 04:54:13 +00:00
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
# Extra source tarballs; each argument is a pair of source dir and
|
|
|
|
# distribution name. The dist name should not exceed 7 characters
|
|
|
|
# (another "s" for "source" will be prepended).
|
|
|
|
EXTRA_SRC+= usr.sbin/sendmail/cf smailcf
|
|
|
|
|
1997-05-24 20:15:13 +00:00
|
|
|
BOOT1= etc/protocols etc/rc.conf
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1995-04-19 17:42:32 +00:00
|
|
|
# mountpoint for filesystems.
|
|
|
|
MNT= /mnt
|
1995-04-20 06:48:31 +00:00
|
|
|
|
1998-10-07 03:13:36 +00:00
|
|
|
# Various floppy image parameters.
|
|
|
|
#
|
1996-07-09 16:52:53 +00:00
|
|
|
# These are adjusted down to the minimum needed by doFS.sh.
|
1998-10-08 09:06:16 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-10-07 03:13:36 +00:00
|
|
|
BOOTSIZE= 1440
|
1996-12-11 18:26:19 +00:00
|
|
|
BOOTMFSSIZE= 1440
|
1998-10-07 03:13:36 +00:00
|
|
|
FIXITSIZE= 1440
|
1998-10-14 10:58:12 +00:00
|
|
|
BOOTINODE= 80000
|
1998-07-19 05:31:35 +00:00
|
|
|
MFSINODE= 8000
|
1997-04-13 08:46:58 +00:00
|
|
|
FIXITINODE= 2000
|
1998-10-07 03:13:36 +00:00
|
|
|
BOOTLABEL= fd1440
|
|
|
|
BOOTMFSLABEL= minimum
|
|
|
|
FIXITLABEL= fd1440
|
|
|
|
.else
|
|
|
|
BOOTSIZE= 1440
|
|
|
|
BOOTMFSSIZE= 2880
|
|
|
|
FIXITSIZE= 2880
|
1998-10-14 10:58:12 +00:00
|
|
|
BOOTINODE= 80000
|
1998-10-13 21:09:42 +00:00
|
|
|
MFSINODE= 40000
|
1998-10-07 03:13:36 +00:00
|
|
|
FIXITINODE= 2000
|
1998-10-14 10:58:12 +00:00
|
|
|
BOOTLABEL= fd1440
|
1998-10-07 03:13:36 +00:00
|
|
|
BOOTMFSLABEL= minimum2
|
|
|
|
FIXITLABEL= minimum2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
|
|
|
|
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1998-03-22 18:39:42 +00:00
|
|
|
VNDEVICE?= vn0
|
|
|
|
|
1997-06-21 15:41:55 +00:00
|
|
|
# Things which may get you into trouble if you change them
|
1995-02-25 22:08:48 +00:00
|
|
|
MTREEFILES= ${.CURDIR}/../etc/mtree
|
1997-03-02 11:59:26 +00:00
|
|
|
RD= /R/stage
|
|
|
|
FD= /R/ftp
|
|
|
|
CD= /R/cdrom
|
1997-04-12 21:55:53 +00:00
|
|
|
CD_DISC1= ${CD}/disc1
|
1997-03-12 02:31:12 +00:00
|
|
|
CD_DISC2= ${CD}/disc2
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1998-01-28 04:05:10 +00:00
|
|
|
# Where the bootstrap ports (see DOCPORTS) get installed.
|
|
|
|
LOCALDIR= /usr/local/bin
|
|
|
|
|
1997-04-13 08:46:58 +00:00
|
|
|
# ${BOOTSTRAPDIR} is for those utilities that refer to the hosting
|
1997-05-03 12:14:21 +00:00
|
|
|
# environment, rather than the target environment. This is specifically
|
|
|
|
# intended for kernel-dependent utilities that are used during the build.
|
1997-04-13 08:46:58 +00:00
|
|
|
#
|
|
|
|
# ${BOOTSTRAPDIR} is actually being used by prepending it to the normal
|
|
|
|
# ${PATH}. Thus, it's also available to outside utilities like doFS.sh.
|
|
|
|
BOOTSTRAPDIR= /bootstrap
|
|
|
|
#
|
|
|
|
# The mount subsystem has been changed between 2.2 and 3.0 by the
|
|
|
|
# Lite2 import.
|
|
|
|
BOOTSTRAPUTILS= /sbin/mount /sbin/umount
|
|
|
|
#
|
|
|
|
# 3.0 cpio tries to reference lchown(2) which is not available in 2.2
|
|
|
|
BOOTSTRAPUTILS+= /usr/bin/cpio
|
|
|
|
|
1997-06-21 15:41:55 +00:00
|
|
|
.if !defined(CRUNCH_TARGETS)
|
|
|
|
CRUNCH_TARGETS= boot fixit
|
1995-05-20 23:33:14 +00:00
|
|
|
.endif
|
|
|
|
|
1997-07-13 00:54:22 +00:00
|
|
|
EXTRAS= cdrom.1 ftp.1
|
1997-06-22 17:21:59 +00:00
|
|
|
|
|
|
|
.if !defined(NODOC)
|
|
|
|
DOCREL= doc.1
|
|
|
|
.endif
|
|
|
|
|
1996-06-06 10:13:32 +00:00
|
|
|
REDO?= sysinstall
|
|
|
|
REDOSED= sed -e 's/dirs/release.1/' -e 's/trees/release.2/' \
|
|
|
|
-e 's/kerns/release.3/' -e 's/sysinstall/release.4/' \
|
|
|
|
-e 's/fixup/release.5/' -e 's/tarbin/release.6/' \
|
|
|
|
-e 's/tarsrc/release.7/' -e 's/boot\.flp/release.8/' \
|
|
|
|
-e 's/fixit\.flp/release.9/' -e 's/ftp/ftp.1/' \
|
1998-10-07 03:13:36 +00:00
|
|
|
-e 's/cdrom/cdrom.1/' -e 's/doc/doc.1/'
|
1996-06-06 10:13:32 +00:00
|
|
|
|
|
|
|
REDOREDO!= echo ${REDO} | ${REDOSED}
|
|
|
|
|
1996-01-08 22:13:50 +00:00
|
|
|
rerelease release:
|
1997-06-29 18:07:01 +00:00
|
|
|
.if !defined(CHROOTDIR) || !defined(BUILDNAME) || !defined(CVSROOT)
|
|
|
|
@echo "To make a release you must set CHROOTDIR, BUILDNAME and CVSROOT" && false
|
1995-02-26 01:35:32 +00:00
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.if make(release)
|
1995-05-13 19:51:57 +00:00
|
|
|
.if exists(${CHROOTDIR})
|
1998-06-07 21:53:01 +00:00
|
|
|
# The first command will fail on a handful of files that have their schg
|
|
|
|
# flags set. But it greatly speeds up the next two commands.
|
|
|
|
-rm -rf ${CHROOTDIR}
|
1998-06-08 20:58:02 +00:00
|
|
|
-chflags -R noschg ${CHROOTDIR}/.
|
1995-12-30 21:15:45 +00:00
|
|
|
-rm -rf ${CHROOTDIR}
|
1995-05-13 19:51:57 +00:00
|
|
|
.endif
|
1995-12-30 21:15:45 +00:00
|
|
|
-mkdir -p ${CHROOTDIR}
|
1996-01-08 22:13:50 +00:00
|
|
|
cd ${.CURDIR}/../etc && ${MAKE} distrib-dirs DESTDIR=${CHROOTDIR}
|
|
|
|
cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR}
|
1998-09-07 23:55:22 +00:00
|
|
|
cd ${.CURDIR}/.. && ${MAKE} installworld DESTDIR=${CHROOTDIR} NOMAN=1
|
1997-04-13 08:46:58 +00:00
|
|
|
mkdir ${CHROOTDIR}/${BOOTSTRAPDIR}
|
|
|
|
for i in ${BOOTSTRAPUTILS} ; do \
|
|
|
|
cp -p ${CHROOTDIR}$$i ${CHROOTDIR}/${BOOTSTRAPDIR} ; \
|
|
|
|
done
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(RELEASETAG)
|
1996-09-07 01:05:16 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf src && \
|
1998-09-13 17:20:57 +00:00
|
|
|
cvs -R -d ${CVSROOT} co -P ${RELEASESRCMODULE}
|
1995-02-25 22:08:48 +00:00
|
|
|
.else
|
1996-09-07 01:05:16 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf src && \
|
1998-09-13 17:20:57 +00:00
|
|
|
cvs -R -d ${CVSROOT} co -P -r ${RELEASETAG} ${RELEASESRCMODULE}
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1996-09-07 01:05:16 +00:00
|
|
|
.if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES})
|
|
|
|
cd ${CHROOTDIR}/usr/src && patch --silent < ${LOCAL_PATCHES}
|
|
|
|
.endif
|
1998-08-16 01:24:40 +00:00
|
|
|
.if defined(LOCAL_SCRIPT) && exists(${LOCAL_SCRIPT})
|
|
|
|
cd ${CHROOTDIR} && env CHROOTDIR=${CHROOTDIR} BUILDNAME=${BUILDNAME} RELEASETAG=${RELEASETAG} ${LOCAL_SCRIPT}
|
|
|
|
.endif
|
1997-04-12 21:55:53 +00:00
|
|
|
.if !defined(NOPORTS)
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf ports && cvs -R -d ${CVSROOT} co -P ${RELEASEPORTSMODULE} && cd ports && make readmes PORTSDIR=${CHROOTDIR}/usr/ports
|
1997-03-11 00:07:11 +00:00
|
|
|
.endif
|
1997-05-24 20:15:13 +00:00
|
|
|
.if !defined(NODOC)
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr && rm -rf doc && cvs -R -d ${CVSROOT} co -P ${RELEASEDOCMODULE}
|
1998-12-21 17:34:33 +00:00
|
|
|
[ -d ${DISTFILES}/ ] && cp -rp ${DISTFILES} ${CHROOTDIR}/usr/ports/distfiles
|
1997-05-24 20:15:13 +00:00
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
|
|
|
.if make(rerelease)
|
|
|
|
.if !defined(RELEASENOUPDATE)
|
|
|
|
.if !defined(RELEASETAG)
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr/src && cvs -R -q update -P -d
|
1996-01-08 22:13:50 +00:00
|
|
|
.else
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr/src && cvs -R -q update -P -d -r ${RELEASETAG}
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1997-04-12 21:55:53 +00:00
|
|
|
.if !defined(NOPORTS)
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr/ports && cvs -R -q update -P -d
|
1997-03-11 00:07:11 +00:00
|
|
|
.endif
|
1997-05-24 20:15:13 +00:00
|
|
|
.if !defined(NODOC)
|
1998-09-13 17:20:57 +00:00
|
|
|
cd ${CHROOTDIR}/usr/doc && cvs -R -q update -P -d
|
1997-05-24 20:15:13 +00:00
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.endif
|
1997-06-21 15:41:55 +00:00
|
|
|
# Add version information to those things that need it.
|
1995-04-23 23:06:36 +00:00
|
|
|
( cd ${CHROOTDIR}/usr/src/sys/conf && \
|
1996-01-08 22:13:50 +00:00
|
|
|
mv newvers.sh foo && \
|
1998-11-24 00:17:50 +00:00
|
|
|
sed "s/^RELEASE=.*/RELEASE=${BUILDNAME}/" foo > newvers.sh && rm foo )
|
1998-09-05 07:43:13 +00:00
|
|
|
echo OBJFORMAT=${OBJFORMAT} > ${CHROOTDIR}/etc/objformat
|
1996-09-26 20:48:03 +00:00
|
|
|
-test -f install.cfg && cp install.cfg ${CHROOTDIR}/usr/src/release
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "#!/bin/sh" > ${CHROOTDIR}/mk
|
|
|
|
echo "set -ex" >> ${CHROOTDIR}/mk
|
1998-10-04 17:37:52 +00:00
|
|
|
echo "_RELTARGET=\$${1:-doRELEASE}" >> ${CHROOTDIR}/mk
|
1998-10-01 09:27:02 +00:00
|
|
|
echo "export CFLAGS='-O -pipe'" >> ${CHROOTDIR}/mk
|
1997-06-21 15:41:55 +00:00
|
|
|
echo "export DISTRIBUTIONS=\"${DISTRIBUTIONS}\"" >> ${CHROOTDIR}/mk
|
1997-03-15 20:35:06 +00:00
|
|
|
echo "export BUILDNAME=${BUILDNAME}" >> ${CHROOTDIR}/mk
|
1998-03-22 18:39:42 +00:00
|
|
|
echo "export VNDEVICE=${VNDEVICE}" >> ${CHROOTDIR}/mk
|
1998-09-05 06:54:42 +00:00
|
|
|
echo "export OBJFORMAT=${OBJFORMAT}" >> ${CHROOTDIR}/mk
|
1997-03-15 20:35:06 +00:00
|
|
|
.if defined(RELEASETAG)
|
1997-03-15 19:51:16 +00:00
|
|
|
echo "export RELEASETAG=${RELEASETAG}" >> ${CHROOTDIR}/mk
|
1997-03-15 20:35:06 +00:00
|
|
|
.endif
|
1997-04-12 21:55:53 +00:00
|
|
|
.if defined(NOPORTS)
|
|
|
|
echo "export NOPORTS=${NOPORTS}" >> ${CHROOTDIR}/mk
|
1997-06-22 17:21:59 +00:00
|
|
|
.endif
|
|
|
|
.if defined(NODOC)
|
|
|
|
echo "export NODOC=${NODOC}" >> ${CHROOTDIR}/mk
|
1997-06-24 23:08:18 +00:00
|
|
|
.endif
|
1998-06-06 04:39:42 +00:00
|
|
|
.if defined(ALLLANG)
|
|
|
|
echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk
|
|
|
|
.endif
|
1997-06-24 23:08:18 +00:00
|
|
|
.if defined(NOSRC)
|
|
|
|
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
|
1997-06-28 08:21:10 +00:00
|
|
|
.endif
|
|
|
|
.if defined(NOSHARED)
|
|
|
|
echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk
|
|
|
|
.endif
|
|
|
|
.if defined(BOOT_CONFIG)
|
|
|
|
echo "export BOOT_CONFIG=\"${BOOT_CONFIG}\"">> ${CHROOTDIR}/mk
|
1997-03-15 19:51:16 +00:00
|
|
|
.endif
|
1997-03-06 07:51:40 +00:00
|
|
|
# Don't remove this, or the build will fall over!
|
|
|
|
echo "export RELEASEDIR=/R" >> ${CHROOTDIR}/mk
|
1998-01-28 04:05:10 +00:00
|
|
|
echo "export PATH=${BOOTSTRAPDIR}:$${PATH}:${LOCALDIR}" >> ${CHROOTDIR}/mk
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "cd /usr/src" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
.if make(release)
|
1997-09-20 15:40:55 +00:00
|
|
|
echo "(cd etc; make distrib-dirs distribution)" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
echo "make world" >> ${CHROOTDIR}/mk
|
1998-05-30 12:15:02 +00:00
|
|
|
.endif
|
1996-01-08 22:13:50 +00:00
|
|
|
.if make(rerelease)
|
1995-05-09 00:30:00 +00:00
|
|
|
echo "make all install" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
.endif
|
1996-12-29 05:26:04 +00:00
|
|
|
echo "cd /usr/src/release/sysinstall" >> ${CHROOTDIR}/mk
|
|
|
|
echo "make obj" >> ${CHROOTDIR}/mk
|
1995-05-09 02:24:39 +00:00
|
|
|
echo "cd /usr/src/release" >> ${CHROOTDIR}/mk
|
1996-12-30 02:57:33 +00:00
|
|
|
echo "make objlink" >> ${CHROOTDIR}/mk
|
1996-12-29 05:26:04 +00:00
|
|
|
echo "(cd obj; rm -f ${REDOREDO})" >> ${CHROOTDIR}/mk
|
1998-10-04 17:37:52 +00:00
|
|
|
echo "make \$${_RELTARGET}" >> ${CHROOTDIR}/mk
|
1996-01-08 22:13:50 +00:00
|
|
|
echo "echo make ${.TARGET} Finished" >> ${CHROOTDIR}/mk
|
1995-05-09 00:30:00 +00:00
|
|
|
chmod 755 ${CHROOTDIR}/mk
|
|
|
|
chroot ${CHROOTDIR} /mk
|
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
clean:
|
1997-03-11 00:07:11 +00:00
|
|
|
rm -rf boot_crunch release.[0-9]
|
1995-01-13 08:06:55 +00:00
|
|
|
|
1997-03-02 11:59:26 +00:00
|
|
|
# Clean out /R and make the directory structure.
|
1995-02-25 22:08:48 +00:00
|
|
|
release.1:
|
1997-03-02 11:59:26 +00:00
|
|
|
-mkdir /R
|
|
|
|
chflags -R noschg /R/.
|
|
|
|
rm -rf /R/*
|
1995-02-25 22:08:48 +00:00
|
|
|
mkdir ${RD}
|
|
|
|
mkdir ${RD}/floppies
|
1995-03-15 06:14:19 +00:00
|
|
|
mkdir ${RD}/trees
|
1995-02-25 22:08:48 +00:00
|
|
|
mkdir ${RD}/dists
|
1996-01-10 08:51:08 +00:00
|
|
|
mkdir ${RD}/kernels
|
1997-06-21 15:41:55 +00:00
|
|
|
for i in ${DISTRIBUTIONS} ; do \
|
1996-01-08 22:13:50 +00:00
|
|
|
mkdir ${RD}/trees/$$i && \
|
|
|
|
mkdir ${RD}/dists/$$i && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.root.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i > /dev/null && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.usr.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i/usr > /dev/null && \
|
1995-03-22 20:37:53 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.include.dist \
|
1996-01-08 22:13:50 +00:00
|
|
|
-p ${RD}/trees/$$i/usr/include > /dev/null && \
|
1995-02-25 22:08:48 +00:00
|
|
|
mtree -deU -f ${MTREEFILES}/BSD.var.dist \
|
1995-03-15 06:14:19 +00:00
|
|
|
-p ${RD}/trees/$$i/var > /dev/null ; \
|
1995-02-02 08:03:24 +00:00
|
|
|
done
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.1
|
|
|
|
|
|
|
|
# Install the system into the various distributions.
|
|
|
|
release.2:
|
1997-06-22 10:17:32 +00:00
|
|
|
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin
|
1997-04-12 21:55:53 +00:00
|
|
|
cd ${.CURDIR}/.. && make distribute DISTDIR=${RD}/trees
|
1997-10-01 09:01:16 +00:00
|
|
|
.if exists(${.CURDIR}/../kerberosIV) && !defined(NOKERBEROS)
|
|
|
|
cd ${.CURDIR}/../kerberosIV && ( \
|
1997-04-12 21:55:53 +00:00
|
|
|
make bootstrap &&\
|
|
|
|
make obj all help-distribute DISTDIR=${RD}/trees &&\
|
|
|
|
make kprog \
|
|
|
|
)
|
1998-09-14 18:42:59 +00:00
|
|
|
.endif
|
|
|
|
# XXX until lkm and mdec gets populated again by some other means
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
cd ${.CURDIR}/.. && OBJFORMAT=aout MAKEOBJDIRPREFIX=/usr/obj/aout \
|
|
|
|
NOTOOLS=1 NOSECURE=1 NOCRYPT=1 \
|
|
|
|
make -f Makefile.inc1 legacy-install DESTDIR=${RD}/trees/bin
|
1997-04-12 21:55:53 +00:00
|
|
|
.endif
|
|
|
|
chflags -R noschg ${RD}/trees
|
|
|
|
touch release.2
|
|
|
|
|
|
|
|
# Make and install the generic kernel(s).
|
|
|
|
release.3:
|
1996-06-06 10:13:32 +00:00
|
|
|
.for kernel in ${KERNELS}
|
|
|
|
rm -f ${RD}/kernels/${kernel}
|
|
|
|
rm -rf ${.CURDIR}/../sys/compile/${kernel}
|
|
|
|
cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=${kernel}
|
|
|
|
rm -rf ${.CURDIR}/../sys/compile/${kernel}
|
|
|
|
ln -f ${RD}/kernels/${kernel} ${RD}/trees/bin/kernel.${kernel}
|
|
|
|
.endfor
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.3
|
|
|
|
|
1995-04-10 08:01:27 +00:00
|
|
|
# Make and install the three crunched binaries which live on the floppies.
|
1995-02-25 22:08:48 +00:00
|
|
|
# You are not supposed to like this :-)
|
1996-11-07 14:50:28 +00:00
|
|
|
#
|
|
|
|
# NB: the "RELEASE_BUILD_FIXIT" magic prevents vi from including the
|
|
|
|
# Tcl and Perl APIs. See also /usr/src/usr.bin/vi/Makefile.
|
1995-02-25 22:08:48 +00:00
|
|
|
release.4:
|
1997-09-08 11:09:35 +00:00
|
|
|
@mkdir -p /stand
|
|
|
|
cd ${.CURDIR}/sysinstall && make obj depend all install
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf ${RD}/crunch
|
|
|
|
mkdir -p ${RD}/crunch
|
1996-11-07 14:50:28 +00:00
|
|
|
export RELEASE_BUILD_FIXIT=noway ; \
|
1997-06-21 15:41:55 +00:00
|
|
|
for j in ${CRUNCH_TARGETS} ; do \
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf $${j}_crunch && \
|
|
|
|
mkdir $${j}_crunch && \
|
|
|
|
( cd $${j}_crunch && \
|
1998-06-25 06:35:20 +00:00
|
|
|
crunchgen ${.CURDIR}/$${j}_crunch.conf && \
|
|
|
|
${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all \
|
1998-01-17 14:21:21 +00:00
|
|
|
NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
|
1995-04-20 06:48:31 +00:00
|
|
|
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
|
1996-11-03 14:39:18 +00:00
|
|
|
true || { rm -rf $${j}_crunch ; false ; } ; \
|
1995-02-25 22:08:48 +00:00
|
|
|
done
|
|
|
|
touch release.4
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Fix up the distributions. ##==--
|
|
|
|
#
|
1995-02-25 22:08:48 +00:00
|
|
|
release.5:
|
1996-10-10 09:22:37 +00:00
|
|
|
# Handle some grief caused by the munition braindeadness.
|
1998-06-26 18:54:06 +00:00
|
|
|
for i in sbin/init bin/ed usr.sbin/ppp ; do \
|
1996-02-13 13:28:41 +00:00
|
|
|
( cd ${.CURDIR}/../$$i; \
|
|
|
|
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
|
|
|
|
done
|
|
|
|
|
1997-06-21 15:41:55 +00:00
|
|
|
# Create any "synthetic dists" now.
|
|
|
|
@for i in ${DISTRIBUTIONS}; do \
|
|
|
|
if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \
|
|
|
|
echo -n "Running $$i dist creation script... "; \
|
1998-08-30 02:52:04 +00:00
|
|
|
env OBJFORMAT=${OBJFORMAT} RD=${RD} sh ${.CURDIR}/scripts/$${i}-make.sh || echo "$$i distribution script returned bad status."; \
|
1997-06-21 15:45:51 +00:00
|
|
|
echo "Done."; \
|
1997-06-21 15:41:55 +00:00
|
|
|
fi \
|
|
|
|
done \
|
|
|
|
|
1996-01-24 21:42:37 +00:00
|
|
|
# Create symlinks for the MD5-based crypt lib, too. The
|
|
|
|
# automatically created links still point to the DES stuff,
|
|
|
|
# which went into its own distribution.
|
1998-09-14 11:39:38 +00:00
|
|
|
for i in ${RD}/trees/bin/usr/lib/libscrypt* ; do \
|
1996-01-24 21:42:37 +00:00
|
|
|
c=`echo $$i | sed -e 's/libscrypt/libcrypt/'` ; \
|
|
|
|
rm -f $$c ; \
|
|
|
|
ln -s `basename $$i` $$c ; \
|
|
|
|
done
|
1996-02-13 09:22:42 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
# Remove all the directories we don't need.
|
1995-04-08 09:45:31 +00:00
|
|
|
-cd ${RD}/trees && \
|
1997-06-22 08:37:49 +00:00
|
|
|
find ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS} -depth -type d -print | xargs rmdir
|
1995-02-25 22:08:48 +00:00
|
|
|
touch release.5
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
1997-06-21 15:41:55 +00:00
|
|
|
# --==## Package up the tarballs from assembled trees ##==--
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
1995-02-25 22:08:48 +00:00
|
|
|
release.6:
|
1995-05-24 01:26:23 +00:00
|
|
|
rm -rf ${RD}/dists
|
|
|
|
mkdir -p ${RD}/dists
|
|
|
|
@for i in ${DISTRIBUTIONS} ; \
|
|
|
|
do \
|
|
|
|
if [ -d ${RD}/trees/$${i} ] ; then \
|
1996-01-11 20:28:40 +00:00
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
|
|
|
SD=${RD}/trees/$${i} \
|
|
|
|
TN=$$i TD=$$i ARG="." && \
|
1995-05-24 01:26:23 +00:00
|
|
|
echo "$${i} distribution is finished."; \
|
|
|
|
fi ; \
|
1995-05-30 08:29:07 +00:00
|
|
|
done
|
1997-06-21 15:41:55 +00:00
|
|
|
# More munition braindeadness.
|
1996-01-11 20:28:40 +00:00
|
|
|
( cd ${RD}/dists && \
|
|
|
|
if [ -f krb/krb.aa ] ; then mv krb/* des && rmdir krb ; fi )
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.6
|
1995-05-24 01:26:23 +00:00
|
|
|
|
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Make source dists ##==--
|
|
|
|
#
|
1995-05-24 01:26:23 +00:00
|
|
|
release.7:
|
1997-06-24 23:08:18 +00:00
|
|
|
.if !defined(NOSRC)
|
1996-01-08 22:13:50 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) doTARBALL SD=/usr/src \
|
1995-05-24 01:26:23 +00:00
|
|
|
TD=src TN=sbase ARG="[A-Z]*"
|
1997-10-04 09:05:06 +00:00
|
|
|
@for i in `cd /usr/src && echo [a-z]*` ; do \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -d /usr/src/$$i ] ; then \
|
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
1995-05-24 01:26:23 +00:00
|
|
|
TN=`echo s$$i | tr -d '.' | sed 's/usr/u/'` \
|
1996-01-11 20:28:40 +00:00
|
|
|
SD=/usr/src TD=src ARG="$$i" ; \
|
1995-05-24 01:26:23 +00:00
|
|
|
fi ; \
|
|
|
|
done
|
1995-12-07 10:34:59 +00:00
|
|
|
.if defined(EXTRA_SRC)
|
1996-01-08 22:13:50 +00:00
|
|
|
@set ${EXTRA_SRC} && \
|
1995-12-07 10:34:59 +00:00
|
|
|
while [ $$# -ge 2 ] ; do \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -d /usr/src/$$1 ] ; then \
|
|
|
|
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
|
|
|
SD=/usr/src TN="s$$2" TD=src ARG="$$1" ; \
|
|
|
|
fi && shift && shift ; \
|
1995-12-07 10:34:59 +00:00
|
|
|
done
|
|
|
|
.endif
|
1995-05-24 01:26:23 +00:00
|
|
|
( cd ${RD}/dists/src && \
|
1996-01-11 20:28:40 +00:00
|
|
|
if [ -f ssecure.aa ] ; then mv ssecure.* ../des ; fi && \
|
1997-10-03 14:05:29 +00:00
|
|
|
if [ -f scrypto.aa ] ; then mv scrypto.* ../des ; fi && \
|
1997-10-04 20:51:42 +00:00
|
|
|
if [ -f skerbero.aa ] ; then mv skerbero.* ../des ; fi ; )
|
1995-05-24 01:26:23 +00:00
|
|
|
@echo "src distribution is finished."
|
1997-06-24 23:08:18 +00:00
|
|
|
.endif
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.7
|
1995-05-24 01:26:23 +00:00
|
|
|
|
1995-05-30 08:29:07 +00:00
|
|
|
# Complete the bootfd
|
1995-05-26 21:47:13 +00:00
|
|
|
#
|
|
|
|
# Now, just to get this picture down once and for all:
|
|
|
|
#
|
|
|
|
# +------------------------------------------------------------------------+
|
|
|
|
# |boot.flp |
|
|
|
|
# +-----+-----+------------------------------------------------------------+
|
|
|
|
# |boot1|boot2|floppy filesystem "bootfd" |
|
|
|
|
# +-----+-----+-+--------------------------------------------------------+-+
|
|
|
|
# |kernel |
|
|
|
|
# +------------+-----------------------------------------+-+
|
|
|
|
# |mfs filesystem "mfsfd" |
|
|
|
|
# +-----------------------------------------+
|
|
|
|
#
|
|
|
|
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
release.8: write_mfs_in_kernel dumpnlist
|
1995-05-26 21:47:13 +00:00
|
|
|
rm -rf ${RD}/mfsfd
|
|
|
|
mkdir ${RD}/mfsfd
|
|
|
|
cd ${RD}/mfsfd && \
|
1997-02-05 04:29:53 +00:00
|
|
|
mkdir -p etc dev mnt stand/help
|
1998-10-13 21:09:42 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1997-10-03 14:17:46 +00:00
|
|
|
@cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/mfsfd/stand
|
1998-10-13 21:09:42 +00:00
|
|
|
.endif
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=boot \
|
1996-01-13 23:31:46 +00:00
|
|
|
DIR=${RD}/mfsfd/stand ZIP=false
|
1995-05-28 07:04:36 +00:00
|
|
|
( cd ${RD}/trees/bin/dev && \
|
1998-03-06 23:03:49 +00:00
|
|
|
ls console tty ttyv0 ttyv1 ttyv2 ttyv3 null zero | \
|
1995-05-26 21:47:13 +00:00
|
|
|
cpio -dump ${RD}/mfsfd/dev )
|
1996-12-14 23:14:39 +00:00
|
|
|
( cd ${RD}/mfsfd/dev && rm -f *[swo]d*[bdefgh] )
|
1995-05-28 07:04:36 +00:00
|
|
|
cd ${RD}/trees/bin && ls ${BOOT1} | cpio -dump ${RD}/mfsfd/stand
|
1995-06-11 19:33:05 +00:00
|
|
|
echo "nameserver 42/tcp name" > ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "ftp 21/tcp" >> ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "domain 53/tcp nameserver" >> ${RD}/mfsfd/stand/etc/services
|
|
|
|
echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services
|
1996-11-02 18:58:07 +00:00
|
|
|
echo "cmd 514/tcp shell" >> ${RD}/mfsfd/stand/etc/services
|
1996-07-05 08:53:54 +00:00
|
|
|
gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz
|
1998-11-03 03:36:34 +00:00
|
|
|
for i in README.TXT RELNOTES.TXT INSTALL.TXT UPGRADE.TXT HARDWARE.TXT; do \
|
1998-11-08 20:47:57 +00:00
|
|
|
gzip -9c ${.CURDIR}/texts/$${i} > ${RD}/mfsfd/stand/help/$${i}.gz; done
|
1998-11-06 17:29:08 +00:00
|
|
|
-test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
|
1996-07-05 08:53:54 +00:00
|
|
|
@echo "Making the regular boot floppy."
|
1995-05-11 07:11:24 +00:00
|
|
|
tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
|
1995-05-26 21:47:13 +00:00
|
|
|
tar xvf - -C ${RD}/mfsfd/stand
|
1996-07-05 08:53:54 +00:00
|
|
|
@echo "Compressing doc files..."
|
|
|
|
@gzip -9 ${RD}/mfsfd/stand/help/*.hlp
|
1998-12-06 00:05:43 +00:00
|
|
|
sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} \
|
1998-10-07 03:13:36 +00:00
|
|
|
${RD}/mfsfd ${MFSINODE} ${BOOTMFSLABEL}
|
1998-12-06 04:06:39 +00:00
|
|
|
@cp fs-image fs-image.std
|
|
|
|
@mv fs-image.size fs-image.std.size
|
1998-12-08 00:14:51 +00:00
|
|
|
@gzip -c fs-image > mfsroot.gz; rm fs-image
|
1998-12-06 04:06:39 +00:00
|
|
|
@sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTSIZE} \
|
1998-12-08 00:14:51 +00:00
|
|
|
mfsroot.gz ${BOOTINODE} ${BOOTLABEL}
|
1998-12-06 04:06:39 +00:00
|
|
|
mv fs-image ${RD}/floppies/mfsroot.flp
|
1998-12-08 00:14:51 +00:00
|
|
|
@rm -f mfsroot.gz fs-image.size
|
1998-12-06 04:06:39 +00:00
|
|
|
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std
|
1998-10-08 09:06:16 +00:00
|
|
|
mv ${RD}/floppies/bootstd.flp ${RD}/floppies/kern.flp
|
1998-12-06 04:06:39 +00:00
|
|
|
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std _MFSKERN=YES
|
1998-10-08 09:06:16 +00:00
|
|
|
mv ${RD}/floppies/bootstd.flp ${RD}/floppies/boot.flp
|
1998-10-07 22:54:04 +00:00
|
|
|
@echo "Regular and MFS boot floppies made."
|
1995-05-24 08:59:01 +00:00
|
|
|
touch release.8
|
1995-02-25 22:08:48 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Create a fixit floppy ##==--
|
|
|
|
#
|
1996-05-29 01:35:33 +00:00
|
|
|
release.9:
|
1995-04-20 06:48:31 +00:00
|
|
|
rm -rf ${RD}/fixitfd
|
|
|
|
mkdir ${RD}/fixitfd
|
|
|
|
cd ${RD}/fixitfd && \
|
1997-03-02 11:59:26 +00:00
|
|
|
mkdir -p dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp \
|
1997-10-20 21:57:14 +00:00
|
|
|
usr/share/misc usr/mdec
|
1995-05-28 07:04:36 +00:00
|
|
|
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=fixit \
|
1996-11-09 16:25:47 +00:00
|
|
|
DIR=${RD}/fixitfd/stand ZIP=false
|
1996-01-11 20:28:40 +00:00
|
|
|
( cd ${RD}/fixitfd/dev && \
|
1996-11-16 22:40:59 +00:00
|
|
|
sed -e '/^PATH/s/^/#/' ${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
|
|
|
|
chmod 755 MAKEDEV && \
|
1996-01-11 20:28:40 +00:00
|
|
|
sh MAKEDEV all )
|
1996-11-09 16:25:47 +00:00
|
|
|
cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \
|
|
|
|
${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc
|
1997-03-02 11:59:26 +00:00
|
|
|
cp ${RD}/trees/bin/usr/share/misc/scsi_modes \
|
|
|
|
${RD}/fixitfd/usr/share/misc
|
1997-10-20 21:57:14 +00:00
|
|
|
cp ${RD}/trees/bin/usr/mdec/boot[12] ${RD}/fixitfd/usr/mdec
|
|
|
|
for type in fd od sd wd ; do \
|
|
|
|
( cd ${RD}/fixitfd/usr/mdec && ln -s boot1 $${type}boot && \
|
|
|
|
ln -s boot2 boot$${type} ) ; \
|
|
|
|
done
|
1995-03-15 06:14:19 +00:00
|
|
|
cp ${.CURDIR}/fixit.profile ${RD}/fixitfd/.profile
|
1996-11-09 16:25:47 +00:00
|
|
|
cp ${.CURDIR}/fixit.services ${RD}/fixitfd/etc/services
|
1998-12-06 00:05:43 +00:00
|
|
|
cp ${.CURDIR}/scripts/tar.sh ${RD}/fixitfd/stand/tar
|
1996-12-08 18:21:30 +00:00
|
|
|
chmod 555 ${RD}/fixitfd/stand/tar
|
1998-12-06 00:05:43 +00:00
|
|
|
sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${FIXITSIZE} \
|
1998-10-07 03:13:36 +00:00
|
|
|
${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
|
1996-01-08 22:13:50 +00:00
|
|
|
mv fs-image ${RD}/floppies/fixit.flp
|
1997-03-11 00:07:11 +00:00
|
|
|
# Do our last minute floppies directory setup in a convenient place.
|
1998-11-03 03:31:22 +00:00
|
|
|
cp ${.CURDIR}/texts/FLOPPIES.TXT ${RD}/floppies/README.TXT
|
1997-03-11 00:07:11 +00:00
|
|
|
@(cd ${RD}/floppies; md5 * > CHECKSUM.MD5)
|
1996-05-29 01:35:33 +00:00
|
|
|
touch release.9
|
1995-03-13 20:09:38 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Setup a suitable ftp-area ##==--
|
|
|
|
#
|
1995-03-15 06:14:19 +00:00
|
|
|
ftp.1:
|
1996-07-09 16:52:53 +00:00
|
|
|
mkdir -p ${FD}
|
1995-03-24 04:20:35 +00:00
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
|
|
|
cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
|
1998-11-03 03:31:22 +00:00
|
|
|
for i in ${DIST_DOCS}; do cp ${.CURDIR}/texts/$${i} ${FD}; done
|
1997-03-11 20:03:42 +00:00
|
|
|
echo "CD_VERSION = ${BUILDNAME}" > ${FD}/cdrom.inf
|
1997-07-09 12:45:17 +00:00
|
|
|
.if !defined(NOPORTS)
|
|
|
|
tar -cBf - -C ${CD_DISC1} ports | tar -xBf - -C ${FD}
|
|
|
|
.endif
|
1995-03-13 20:09:38 +00:00
|
|
|
|
1996-01-11 20:28:40 +00:00
|
|
|
#
|
|
|
|
# --==## Setup a suitable cdrom-area ##==--
|
|
|
|
#
|
1995-03-16 22:54:42 +00:00
|
|
|
cdrom.1:
|
1997-03-12 02:31:12 +00:00
|
|
|
mkdir -p ${CD_DISC1} ${CD_DISC2}
|
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1}
|
|
|
|
cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1}
|
|
|
|
ln -f ${RD}/kernels/MFSKERNEL.std ${CD_DISC1}/kernel
|
1998-10-07 21:53:14 +00:00
|
|
|
.if ${MACHINE_ARCH} != "alpha"
|
1997-03-12 02:31:12 +00:00
|
|
|
ln -f ${RD}/trees/bin/usr/mdec/fbsdboot.exe ${CD_DISC1}
|
1998-09-23 07:38:51 +00:00
|
|
|
.endif
|
1995-03-16 22:54:42 +00:00
|
|
|
for i in ${DISTRIBUTIONS} ; \
|
|
|
|
do \
|
|
|
|
if [ -d ${RD}/trees/$${i} ] ; then \
|
1996-12-29 05:51:40 +00:00
|
|
|
chflags -R noschg ${RD}/trees/$${i} ; \
|
1995-04-10 08:01:27 +00:00
|
|
|
( cd ${RD}/trees/$${i} && \
|
1997-03-12 02:31:12 +00:00
|
|
|
find . -depth -print | cpio -dumpl ${CD_DISC2} ) ; \
|
1995-03-16 22:54:42 +00:00
|
|
|
fi \
|
|
|
|
done
|
1997-04-12 21:55:53 +00:00
|
|
|
rm -f ${CD_DISC2}/.profile
|
|
|
|
cp ${.CURDIR}/fixit.profile ${CD_DISC2}/.profile
|
1997-03-12 02:31:12 +00:00
|
|
|
echo "CD_VERSION = ${BUILDNAME}" > ${CD_DISC1}/cdrom.inf
|
1997-04-12 21:55:53 +00:00
|
|
|
echo "CD_VERSION = ${BUILDNAME}" > ${CD_DISC2}/cdrom.inf
|
1998-11-03 03:31:22 +00:00
|
|
|
for i in ${DIST_DOCS}; do cp ${.CURDIR}/texts/$${i} ${CD_DISC1}; done
|
1997-04-12 21:55:53 +00:00
|
|
|
.if !defined(NOPORTS)
|
1998-05-20 01:06:32 +00:00
|
|
|
-rm -rf /usr/ports/distfiles/*
|
1998-12-09 15:11:11 +00:00
|
|
|
mkdir -p ${CD_DISC1}/ports && \
|
1997-07-13 00:54:22 +00:00
|
|
|
tar -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \
|
1998-12-09 15:11:11 +00:00
|
|
|
cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh \
|
|
|
|
&& (cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5)
|
1997-07-13 00:54:22 +00:00
|
|
|
.endif
|
1995-03-16 22:54:42 +00:00
|
|
|
|
1997-06-22 17:21:59 +00:00
|
|
|
doc.1:
|
1998-01-24 07:30:55 +00:00
|
|
|
for i in ${DOCPORTS}; do \
|
1998-01-28 04:05:10 +00:00
|
|
|
cd /usr/ports/$$i && make all install clean FORCE_PKG_REGISTER=yes; \
|
1998-01-24 07:30:55 +00:00
|
|
|
done
|
1997-06-22 17:21:59 +00:00
|
|
|
cd /usr/doc && make all distribute DISTDIR=${RD}/trees
|
1998-10-07 03:13:36 +00:00
|
|
|
touch doc.1
|
1997-06-22 17:21:59 +00:00
|
|
|
|
1995-02-26 01:35:32 +00:00
|
|
|
# Various "subroutine" and other supporting targets.
|
|
|
|
|
1995-02-25 22:08:48 +00:00
|
|
|
doTARBALL:
|
|
|
|
.if !defined(SD)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "SD undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(TD)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "TB undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-02-25 22:08:48 +00:00
|
|
|
.if !defined(ARG)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "ARG undefined in doTARBALL" && exit 1
|
1995-05-30 08:29:07 +00:00
|
|
|
.endif
|
1995-03-24 02:45:34 +00:00
|
|
|
rm -rf ${RD}/dists/${TD}/${TN}*
|
1995-03-15 06:14:19 +00:00
|
|
|
mkdir -p ${RD}/dists/${TD}
|
1995-04-07 01:20:26 +00:00
|
|
|
( cd ${SD} && \
|
|
|
|
tn=`echo ${TN} | tr '[A-Z]' '[a-z]' | cut -c1-8` && \
|
|
|
|
echo rolling ${TD}/$$tn tarball &&\
|
1997-03-12 18:09:15 +00:00
|
|
|
tar --exclude CVS --exclude obj --exclude BOOTMFS -cf - ${ARG} | \
|
1995-05-24 01:26:23 +00:00
|
|
|
${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \
|
1998-12-06 00:05:43 +00:00
|
|
|
sh ${.CURDIR}/scripts/info.sh ${RD}/dists/${TD}/$$tn > \
|
1996-11-08 19:09:45 +00:00
|
|
|
${RD}/dists/${TD}/$$tn.inf && \
|
1996-06-13 09:35:16 +00:00
|
|
|
if [ -f ${.CURDIR}/scripts/$${TD}-install.sh ]; then \
|
|
|
|
cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \
|
|
|
|
fi && \
|
1997-01-01 03:16:34 +00:00
|
|
|
if [ "${SD}" != "/usr/src" ]; then \
|
1996-06-06 10:13:32 +00:00
|
|
|
mtree -c -i -p ${SD}/${ARG} \
|
|
|
|
-k gname,md5digest,mode,nlink,uname,size,link,type \
|
1997-01-01 03:16:34 +00:00
|
|
|
> ${RD}/dists/${TD}/$$tn.mtree ; \
|
|
|
|
else \
|
|
|
|
true; \
|
|
|
|
fi; \
|
|
|
|
(cd ${RD}/dists/${TD}; \
|
|
|
|
rm -f CHECKSUM.MD5; \
|
|
|
|
md5 * > CHECKSUM.MD5) \
|
|
|
|
)
|
1995-02-26 01:35:32 +00:00
|
|
|
|
1997-06-22 17:59:04 +00:00
|
|
|
doRELEASE: release.1 release.2 ${DOCREL} release.3 release.4 release.5 \
|
1997-06-22 17:21:59 +00:00
|
|
|
release.6 release.7 release.8 release.9
|
|
|
|
cd ${.CURDIR} && ${MAKE} ${EXTRAS}
|
1995-02-26 01:35:32 +00:00
|
|
|
@echo "Release done"
|
|
|
|
|
1995-05-18 13:24:48 +00:00
|
|
|
floppies:
|
1995-12-07 10:34:59 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} boot.flp
|
|
|
|
cd ${.CURDIR} && ${MAKE} fixit.flp
|
1996-04-29 19:38:36 +00:00
|
|
|
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
|
1995-05-18 13:24:48 +00:00
|
|
|
|
1995-05-20 23:33:14 +00:00
|
|
|
boot.flp:
|
1995-05-24 08:59:01 +00:00
|
|
|
rm -f release.4 release.8
|
1997-06-21 15:41:55 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} release.4 release.8 CRUNCH_TARGETS=boot
|
1995-05-20 23:33:14 +00:00
|
|
|
|
1995-05-21 03:20:05 +00:00
|
|
|
fixit.flp:
|
1996-05-29 01:35:33 +00:00
|
|
|
rm -f release.4 release.9
|
1997-06-21 15:41:55 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} release.4 release.9 CRUNCH_TARGETS=fixit
|
1995-05-21 03:20:05 +00:00
|
|
|
|
1995-05-26 21:47:13 +00:00
|
|
|
write_mfs_in_kernel: ${.CURDIR}/write_mfs_in_kernel.c
|
|
|
|
${CC} ${CFLAGS} -o write_mfs_in_kernel ${.CURDIR}/write_mfs_in_kernel.c
|
|
|
|
|
1998-09-30 20:54:34 +00:00
|
|
|
# Add -DDO_SCSI to CFLAGS to enable scsi frobbing support.
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
dumpnlist: ${.CURDIR}/dumpnlist.c
|
|
|
|
${CC} ${CFLAGS} -o dumpnlist ${.CURDIR}/dumpnlist.c
|
|
|
|
|
1995-04-20 06:48:31 +00:00
|
|
|
installCRUNCH:
|
|
|
|
.if !defined(CRUNCH)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "CRUNCH undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
.if !defined(DIR)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "DIR undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
.if !defined(ZIP)
|
1996-01-08 22:13:50 +00:00
|
|
|
@echo "ZIP undefined in installCRUNCH" && exit 1
|
1995-04-20 06:48:31 +00:00
|
|
|
.endif
|
|
|
|
if ${ZIP} ; then \
|
|
|
|
gzip -9 < ${RD}/crunch/${CRUNCH} > ${DIR}/${CRUNCH}_crunch ; \
|
|
|
|
else \
|
|
|
|
ln -f ${RD}/crunch/${CRUNCH} ${DIR}/${CRUNCH}_crunch ; \
|
|
|
|
fi
|
|
|
|
chmod 555 ${DIR}/${CRUNCH}_crunch
|
|
|
|
for i in `crunchgen -l ${.CURDIR}/${CRUNCH}_crunch.conf` ; do \
|
|
|
|
ln -f ${DIR}/${CRUNCH}_crunch ${DIR}/$$i ; \
|
|
|
|
done
|
1996-01-08 22:13:50 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# --==## Compile a kernel by name ${KERNEL} ##==--
|
|
|
|
#
|
|
|
|
# We don't erase the sys/compile/${KERNEL} directory, since somebody
|
|
|
|
# may want to reuse it (release.8 presently)
|
|
|
|
#
|
|
|
|
doKERNEL:
|
|
|
|
rm -f ${RD}/kernels/${KERNEL}
|
1998-09-23 07:38:51 +00:00
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/conf && config ${KERNEL}
|
1996-01-08 22:13:50 +00:00
|
|
|
cd ${.CURDIR}/../sys/compile/${KERNEL} && \
|
|
|
|
make depend && \
|
|
|
|
make kernel && \
|
|
|
|
cp kernel ${RD}/kernels/${KERNEL}
|
|
|
|
|
|
|
|
#
|
|
|
|
# --==## Put a filesystem into a BOOTMFS kernel ##==--
|
|
|
|
#
|
|
|
|
doMFSKERN:
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@rm -f ${RD}/kernels/BOOTMFS.${FSIMAGE}
|
1998-10-13 21:09:42 +00:00
|
|
|
@cd ${.CURDIR}/../sys/${MACHINE_ARCH}/conf && \
|
1998-11-12 20:40:45 +00:00
|
|
|
sh ${.CURDIR}/scripts/dokern.sh ${_MFSKERN} < GENERIC > BOOTMFS
|
1998-10-13 21:09:42 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-11-03 21:09:11 +00:00
|
|
|
@echo "options INTRO_USERCONFIG" >> ${.CURDIR}/../sys/i386/conf/BOOTMFS
|
1998-10-13 21:09:42 +00:00
|
|
|
.endif
|
1998-10-07 22:54:04 +00:00
|
|
|
.if defined(_MFSKERN)
|
1998-10-07 21:53:14 +00:00
|
|
|
@echo "options \"MFS_ROOT_SIZE=`cat fs-image.${FSIMAGE}.size`\"" >> \
|
1998-10-13 21:36:13 +00:00
|
|
|
${.CURDIR}/../sys/${MACHINE_ARCH}/conf/BOOTMFS
|
1998-10-04 02:32:18 +00:00
|
|
|
.endif
|
1996-06-07 11:46:19 +00:00
|
|
|
cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=BOOTMFS
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@rm -rf ${RD}/boot.${FSIMAGE}
|
|
|
|
@mkdir ${RD}/boot.${FSIMAGE}
|
|
|
|
@mv ${RD}/kernels/BOOTMFS ${RD}/kernels/BOOTMFS.${FSIMAGE}
|
|
|
|
@cp ${RD}/kernels/BOOTMFS.${FSIMAGE} ${RD}/boot.${FSIMAGE}/kernel
|
1998-10-15 11:12:40 +00:00
|
|
|
.if !defined(_MFSKERN) || ${MACHINE_ARCH} == "alpha"
|
1998-10-09 06:28:28 +00:00
|
|
|
@mkdir -p ${RD}/boot.${FSIMAGE}/boot
|
1998-10-08 09:53:32 +00:00
|
|
|
@cp /boot/* ${RD}/boot.${FSIMAGE}/boot
|
1998-10-09 07:07:55 +00:00
|
|
|
@echo "@load /kernel" > ${RD}/boot.${FSIMAGE}/boot/boot.conf
|
|
|
|
@echo "@echo Please insert MFS root floppy and press enter:" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf
|
|
|
|
@echo "@read" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf
|
|
|
|
@echo "@load -t mfs_root /mfsroot" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf
|
|
|
|
@echo "@boot" >> ${RD}/boot.${FSIMAGE}/boot/boot.conf
|
1998-10-09 06:28:28 +00:00
|
|
|
@echo "/boot/loader" >${RD}/boot.${FSIMAGE}/boot.config
|
1998-10-09 07:07:55 +00:00
|
|
|
@touch ${RD}/boot.${FSIMAGE}/boot/loader.config
|
1997-06-28 16:24:09 +00:00
|
|
|
.endif
|
1998-03-22 18:39:42 +00:00
|
|
|
@vnconfig /dev/${VNDEVICE} fs-image.${FSIMAGE}
|
1996-10-05 13:10:01 +00:00
|
|
|
@mkdir -p /tmp/mnt_xx
|
1998-03-22 18:39:42 +00:00
|
|
|
@mount /dev/${VNDEVICE} /tmp/mnt_xx
|
1996-10-05 13:10:01 +00:00
|
|
|
./dumpnlist ${RD}/boot.${FSIMAGE}/kernel > /tmp/mnt_xx/stand/symbols
|
|
|
|
@umount /tmp/mnt_xx
|
1998-03-22 18:39:42 +00:00
|
|
|
@vnconfig -u /dev/${VNDEVICE}
|
1996-10-05 13:10:01 +00:00
|
|
|
@rmdir /tmp/mnt_xx
|
1998-10-07 22:54:04 +00:00
|
|
|
.if defined(_MFSKERN)
|
1996-01-08 22:13:50 +00:00
|
|
|
./write_mfs_in_kernel ${RD}/boot.${FSIMAGE}/kernel \
|
|
|
|
fs-image.${FSIMAGE}
|
1998-10-04 02:01:03 +00:00
|
|
|
.endif
|
1998-10-13 21:36:13 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1996-01-08 22:13:50 +00:00
|
|
|
kzip -v ${RD}/boot.${FSIMAGE}/kernel
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE}
|
|
|
|
@mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel
|
1997-06-12 09:23:54 +00:00
|
|
|
@cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/boot.${FSIMAGE}
|
1998-10-13 21:36:13 +00:00
|
|
|
.else
|
|
|
|
@cp ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE}
|
|
|
|
gzip -v ${RD}/boot.${FSIMAGE}/kernel
|
|
|
|
@mv ${RD}/boot.${FSIMAGE}/kernel.gz ${RD}/boot.${FSIMAGE}/kernel.gz
|
1998-10-13 21:09:42 +00:00
|
|
|
.endif
|
1998-09-12 20:04:44 +00:00
|
|
|
@printf \\a\\a\\a >> ${RD}/boot.${FSIMAGE}/boot.help
|
1997-06-12 09:23:54 +00:00
|
|
|
@touch ${RD}/boot.${FSIMAGE}/boot.config
|
1997-07-31 09:52:10 +00:00
|
|
|
@touch ${RD}/boot.${FSIMAGE}/kernel.config
|
Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
|
|
|
@rm -f ${RD}/floppies/boot${FSIMAGE}.flp
|
1998-10-14 02:13:45 +00:00
|
|
|
.if defined(_MFSKERN)
|
1998-12-06 00:05:43 +00:00
|
|
|
sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} \
|
1998-10-14 02:13:45 +00:00
|
|
|
${RD}/boot.${FSIMAGE} ${BOOTINODE} ${BOOTMFSLABEL}
|
|
|
|
.else
|
1998-12-06 00:05:43 +00:00
|
|
|
sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTSIZE} \
|
1998-10-07 03:13:36 +00:00
|
|
|
${RD}/boot.${FSIMAGE} ${BOOTINODE} ${BOOTLABEL}
|
1998-10-14 02:13:45 +00:00
|
|
|
.endif
|
1997-02-05 04:29:53 +00:00
|
|
|
mv fs-image ${RD}/floppies/boot${FSIMAGE}.flp
|
1996-01-08 22:13:50 +00:00
|
|
|
|
1995-02-28 01:15:52 +00:00
|
|
|
.include <bsd.prog.mk>
|