Home | History | Annotate | only in /src/distrib/alpha/instkernel
History log of /src/distrib/alpha/instkernel
RevisionDateAuthorComments
 1.4 02-May-2002  lukem branches: 1.4.34;
yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.3 11-Feb-2002  thorpej Add barriers after ramdisk and instkernel, but allow fd-set and
cd-hd-tape to be built in parallel.
 1.2 16-Oct-1998  ross This is now the main install directory for the new integrated sysinst
boot. Yes, NetBSD/alpha finally gets sysinst on all media types.
The new boot makes a single ramdisk which is then divided via ustarfs
onto a two-floppy set, and a second unified image for CD's, HD's, or
tapes is also created.
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.4.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 07-Mar-2002  lukem don't need this any more
 1.1 01-Feb-1998  thorpej branches: 1.1.10;
Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.1.10.1 25-Mar-2002  he Apply patch (requested by he):
Introduce dependency between ramdisk/miniroot construction and
osrelease.sh, to better support UPDATE builds of releases.
 1.2 10-May-2004  ross branches: 1.2.26;
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.1 29-Apr-1999  ross branches: 1.1.12;
A note enumerating the final subtree build targets.
 1.1.12.1 11-May-2004  tron Pull up revision 1.2 (requested by ross in ticket #304):
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 07-Mar-2002  lukem remove now-unnecessary cruft
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.2 07-Mar-2002  lukem remove now-unnecessary cruft
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.20 09-Nov-2009  mhitch The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
(the size of the read used to read it) with the alpha-specific image
creation. This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image. Use the provided option to have the
image padded out to the full image size. It's more than actually needed,
but extra isn't likely to cause any problems.
 1.19 10-May-2004  ross branches: 1.19.26; 1.19.34; 1.19.40;
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.18 10-Jul-2003  lukem branches: 1.18.2;
Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.17 01-Dec-2002  isaki Fix broken $NetBSD$ tag in 1.12 - 1.13
 1.16 14-May-2002  lukem consistently use "${INSTALLBOOT} -v ..."
 1.15 13-May-2002  matt Fix Makefiles to refer to proper kernel name (again).
 1.14 13-May-2002  matt # is the comment character, not $.
 1.13 12-May-2002  lukem fix FLOPPYMETAFILE
 1.12 04-May-2002  lukem - add support for [-s suffix] to buildfloppies.sh (defaults to "",
rather than the previous ".fs").
- add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and
use appropriately
- remove (now unnecessary) custom release targets in alpha/instkernel/*
 1.11 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.10 02-May-2002  lukem convert to building with NDWO Makefile.tarfloppy.

alpha is now fully NDWO (well, at least, the stuff that's enabled in
distrib/alpha/Makefile)
 1.9 26-Apr-2002  matt Use the correct name of the INSTALL kernel.
 1.8 05-Mar-2002  thorpej Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
 1.7 05-Mar-2002  thorpej Use ${PRINTOBJDIR}.
 1.6 09-Dec-2001  ross simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required
by recent libutil changes; it's nicer this way in any case
 1.5 11-May-1999  veego Add dummy targets for depend, includes, lint, regress and tags.
 1.4 07-Apr-1999  cgd adjust for changes in alpha /usr/mdec files.
 1.3 22-Mar-1999  ross branches: 1.3.2;
Make vnd image bigger.
 1.2 29-Oct-1998  ross Fix bugs in the way the instkernel is compressed and in the prerequisite
names.
 1.1 16-Oct-1998  ross Components to new NetBSD/alpha integrated installer.
 1.3.2.2 29-Feb-2000  he Apply patch (requested by toddpw):
Add support for ``release'' and ``depend'' targets in distrib/alpha.
 1.3.2.1 07-Apr-1999  cgd pull up from trunk: adjust for changes in alpha /usr/mdec files.
 1.18.2.1 11-May-2004  tron Pull up revision 1.19 (requested by ross in ticket #304):
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.19.40.1 21-Apr-2010  matt sync to netbsd-5
 1.19.34.1 15-Nov-2009  snj Pull up following revision(s) (requested by mhitch in ticket #1136):
distrib/alpha/instkernel/cd-hd-tape/Makefile: revision 1.20
The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
(the size of the read used to read it) with the alpha-specific image
creation. This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image. Use the provided option to have the
image padded out to the full image size. It's more than actually needed,
but extra isn't likely to cause any problems.
 1.19.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.16 18-Dec-2018  martin Bump number of floppies to 4
 1.15 10-May-2004  ross branches: 1.15.26; 1.15.92; 1.15.94;
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.14 10-Jul-2003  lukem branches: 1.14.2;
Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.13 14-May-2002  lukem consistently use "${INSTALLBOOT} -v ..."
 1.12 13-May-2002  matt Fix Makefiles to refer to proper kernel name (again).
 1.11 04-May-2002  lukem - add support for [-s suffix] to buildfloppies.sh (defaults to "",
rather than the previous ".fs").
- add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and
use appropriately
- remove (now unnecessary) custom release targets in alpha/instkernel/*
 1.10 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.9 30-Apr-2002  lukem convert instkernel/fdset into using NDWO Makefile.tarfloppy, which
allows UNPRIVED cross building of aforementioned directory
 1.8 26-Apr-2002  matt Use the right name for the install kernel.
 1.7 05-Mar-2002  thorpej Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
 1.6 05-Mar-2002  thorpej Use ${PRINTOBJDIR}.
 1.5 09-Dec-2001  ross simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required
by recent libutil changes; it's nicer this way in any case
 1.4 11-May-1999  veego Add dummy targets for depend, includes, lint, regress and tags.
 1.3 07-Apr-1999  cgd adjust for changes in alpha /usr/mdec files.
 1.2 29-Oct-1998  ross branches: 1.2.2;
Fix bugs in the way the instkernel is compressed and in the prerequisite
names.
 1.1 16-Oct-1998  ross Components to new NetBSD/alpha integrated installer.
 1.2.2.2 29-Feb-2000  he Apply patch (requested by toddpw):
Add support for ``release'' and ``depend'' targets in distrib/alpha.
 1.2.2.1 07-Apr-1999  cgd pull up from trunk: adjust for changes in alpha /usr/mdec files.
 1.14.2.1 11-May-2004  tron Pull up revision 1.15 (requested by ross in ticket #304):
Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.
 1.15.94.1 10-Jun-2019  christos Sync with HEAD
 1.15.92.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.15.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.25 08-May-2002  lukem branches: 1.25.34;
- whitespace consistency cleanup
- build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz
into separate rule
- rename MDSET.${filename}.nosymbols -> MDSET_NOSYMBOLS.${filename}
- rename MDSET.${filename}.post -> MDSET_POST.${filename}, and don't do
suffix handling here
- rework suffix handling:
- rename MDSET.${filename}.suffixes -> MDSET_SUFFIXES.${filename},
and change from list of suffixes to list of "suffix cmdtobuildsuffix",
where cmdtobuildsuffix is the name of the variable containing the
command to build ${filename}.${suffix} (available as "${.TARGET}").
- for each ${filename}.${suffix}, depend upon ${filename} and use
${cmdtobuildsuffix} to create the former.
- add separate ${filename}.${suffix}.gz rule
- mipsco & pmax: rename "install.gz" to "netbsd-INSTALL.gz", for
consistency and so the target to build the mdset kernel doesn't get
confused with general "install" target
 1.24 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.23 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.22 12-Apr-2002  lukem Makefile.mdset:
replace
TARGETS = KERNEL IMAGE [...]
with
MDTARGETS = KERNEL IMAGE FILENAME [...]
If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename

The rest:
Update for new MDTARGETS syntax. In some cases, the kernel
name from the "old" method will be used to override the default.
 1.21 12-Apr-2002  lukem - don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead
- renamed optional post-strip action variable from ${KERNEL}.post to
netbsd.${KERNEL}.post
 1.20 11-Apr-2002  lukem convert to using distrib/common/Makefile.mdset
 1.19 10-Apr-2002  lukem tweak how distrib/Makefile.inc is pulled in
 1.18 07-Apr-2002  lukem rejig a bit
 1.17 07-Mar-2002  lukem remove some unnnecessary variable assignments, and use ${NM} instead of nm
 1.16 05-Mar-2002  thorpej Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
 1.15 05-Mar-2002  thorpej Use ${PRINTOBJDIR}.
 1.14 21-Oct-2001  jmc Convert to using ${MDSETIMAGE}.

Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
it overriden as needed for cross/-current builds.
 1.13 10-Sep-2000  jhawk Remove the kernel symbol files during a `make clean'.
 1.12 09-Sep-2000  jhawk For stripped kernels, run nm and save the output as
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
 1.11 07-May-2000  mycroft branches: 1.11.4;
Put the ramdisk kernel in the release area.
 1.10 02-May-2000  sjg use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.9 01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.8 19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.7 02-Sep-1999  ross Make the kernel selectable and the strip action optional.
 1.6 25-Jun-1999  nathanw 'make clean' should also blow away netbsd.gz.
 1.5 11-May-1999  veego Add dummy targets for depend, includes, lint, regress and tags.
 1.4 29-Oct-1998  ross branches: 1.4.2;
Fix bugs in the way the instkernel is compressed and in the prerequisite
names.
 1.3 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.2 03-May-1998  ross Add clean and cleandir targets.
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.4.2.1 29-Feb-2000  he Apply patch (requested by toddpw):
Add support for ``release'' and ``depend'' targets in distrib/alpha.
 1.11.4.1 30-Sep-2000  jhawk Pullup revs 1.12,1.13, [self-]approved by jhawk:
Revision 1.13
Remove the kernel symbol files during a `make clean'.

Revision 1.12
For stripped kernels, run nm and save the output as
netbsd.KERNELNAME.symbols, and install in the release(7) tree.
 1.25.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.33 06-Apr-2020  martin Use full available ram disk space
 1.32 24-Jan-2017  christos branches: 1.32.12;
+= for MAKEFS_FLAGS
 1.31 22-Jan-2014  tsutsui branches: 1.31.8; 1.31.12;
Add dhcpcd(8) to alpha's INSTALL ramdisk.
 1.30 11-Feb-2010  roy branches: 1.30.6; 1.30.12;
Remove terminfo.db as it's now embedded in libterminfo.
 1.29 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.28 20-Sep-2009  abs 34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...
 1.27 20-Sep-2009  abs Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...
 1.26 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.25 20-Sep-2009  abs Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
 1.24 25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.23 10-May-2007  dogcow branches: 1.23.12;
Since /etc/services has gotten rather large, use a minimal one for install
kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
with the lack of an /etc/services file, it appears.)
 1.22 10-Jul-2003  lukem Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.21 15-Jun-2002  lukem use ${PRINTOBJDIR}
(mmm, finding make -j N>1 build bugs)
 1.20 02-May-2002  lukem branches: 1.20.2;
yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.19 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.18 12-Apr-2002  lukem use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
 1.17 10-Apr-2002  lukem tweak how distrib/Makefile.inc is pulled in
 1.16 14-Mar-2002  lukem parselist.awk
- improve comments
- provide a general purpose variable replacement; replace contents of ${FOO}
with ENVIRON["FOO"].
- deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE}
and ${MACHINE_ARCH} instead
- add errx() function; like err(), but doesn't print the line number
- invoke this script with various variables defined via PARSELISTENV

*/Makefile*
- use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR
- other minor tweaks

*/list*
- replace @MACHINE@ with ${MACHINE}
 1.15 07-Mar-2002  lukem convert to using the New Distrib World Order.
this directory can now be built UNPRIVED.
 1.14 04-Feb-2002  ross stop specifying cylinders per group
 1.13 09-Dec-2001  ross + get mtree definition from bsd.sys.mk, for subtree make runs
+ change all disklabel and vnconfig instances to track libutil opendisk(3) mods
 1.12 13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.11 10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.10 01-Nov-2000  garbled Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
 1.9 30-Aug-2000  jhawk Use
${MAKE}
instead of
make
 1.8 02-May-2000  sjg branches: 1.8.4;
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.7 27-Jun-1999  christos increase ramdisk size
 1.6 11-May-1999  veego Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.
 1.5 29-Apr-1999  ross Import INSTALL.more a better way.
 1.4 04-Mar-1999  wrstuden branches: 1.4.2;
Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
 1.3 16-Oct-1998  ross This is now the main install directory for the new integrated sysinst
boot. Yes, NetBSD/alpha finally gets sysinst on all media types.
The new boot makes a single ramdisk which is then divided via ustarfs
onto a two-floppy set, and a second unified image for CD's, HD's, or
tapes is also created.
 1.2 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.4.2.1 29-Apr-1999  perry pullup 1.4->1.5 (ross)
 1.8.4.1 25-Mar-2002  he Apply patch (requested by he):
Introduce dependency between ramdisk/miniroot construction and
osrelease.sh, to better support UPDATE builds of releases.
 1.20.2.1 15-Jun-2002  lukem Pull up revision 1.21 (requested by lukem in ticket #279):
use ${PRINTOBJDIR}
(mmm, finding make -j N>1 build bugs)
 1.23.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.30.12.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.30.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.31.12.1 21-Apr-2017  bouyer Sync with HEAD
 1.31.8.1 20-Mar-2017  pgoyette Sync with HEAD
 1.32.12.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.3 20-Sep-2009  abs Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...
 1.2 19-Apr-2004  wiz branches: 1.2.26;
Spell removable with only two es. Inspired by jmc@openbsd.
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 28-Nov-1998  jonathan Dead.
 1.1 16-Oct-1998  ross More pieces of new integrated alpha installer.
 1.6 20-Sep-2009  abs Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
 1.5 26-Jul-2003  salo branches: 1.5.32;
netbsd.org->NetBSD.org
 1.4 14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.3 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.2 26-Jun-1999  cgd after checking and setting DONEPROFILE, export it so that children of the
shell (e.g. programs and shells invoked via sysinst) don't try to run
sysinst again. Fixes PR#7805.
 1.1 01-Feb-1998  thorpej branches: 1.1.2;
Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.1.2.1 26-Jun-1999  cgd pull up rev 1.2 from trunk. (cgd)
 1.5.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 28-Nov-1998  jonathan Dead.
 1.1 16-Oct-1998  ross More pieces of new integrated alpha installer.
 1.11 09-Jan-2020  martin PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.10 29-Mar-2009  tsutsui branches: 1.10.48; 1.10.50;
Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
 1.9 26-Jul-2003  salo branches: 1.9.32; 1.9.42;
netbsd.org->NetBSD.org
 1.8 14-Jun-2000  cgd sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself. (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.) Their approval has been given re: the license
change.
 1.7 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.6 21-Jan-2000  tsutsui rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
 1.5 10-Jan-2000  tsutsui Fix root device name md0a -> md0
 1.4 23-Nov-1999  simonb Don't start update.
 1.3 26-Jun-1999  cgd branches: 1.3.4;
after checking and setting DONEPROFILE, export it so that children of the
shell (e.g. programs and shells invoked via sysinst) don't try to run
sysinst again. Fixes PR#7805.
 1.2 29-Apr-1999  ross term type, sun -> vt100
 1.1 01-Feb-1998  thorpej branches: 1.1.2;
Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.1.2.2 26-Jun-1999  cgd pull up rev 1.3 from trunk. (cgd)
 1.1.2.1 29-Apr-1999  perry pullup 1.1->1.2 (ross)
 1.3.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9.42.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.9.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.10.50.1 28-Jan-2020  msaitoh Pull up following revision(s) (requested by martin in ticket #669):
distrib/playstation2/miniroot/dot.profile: revision 1.5
distrib/sparc64/instfs/dot.profile: revision 1.8
distrib/hpcarm/miniroot/dot.profile: revision 1.3
distrib/emips/miniroot/dot.profile: revision 1.2
distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16
distrib/zaurus/ramdisk/dot.profile: revision 1.4
distrib/i386/ramdisks/common/dot.profile: revision 1.7
distrib/cobalt/ramdisk/dot.profile: revision 1.2
distrib/hpcsh/miniroot/dot.profile: revision 1.5
distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3
distrib/riscv/ramdisk/dot.profile: revision 1.2
distrib/sandpoint/ramdisk/dot.profile: revision 1.2
distrib/landisk/ramdisk/dot.profile: revision 1.3
distrib/amd64/ramdisks/common/dot.profile: revision 1.4
distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14
distrib/mipsco/ramdisk/dot.profile: revision 1.3
distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2
distrib/acorn32/ramdisk/dot.profile: revision 1.4
distrib/cats/ramdisk/dot.profile: revision 1.5
distrib/vax/ramdisk/dot.profile: revision 1.10
distrib/pmax/miniroot/dot.profile: revision 1.3
distrib/sparc/miniroot/dot.profile: revision 1.16
distrib/hpcmips/miniroot/dot.profile: revision 1.8
distrib/prep/floppies/ramdisk/dot.profile: revision 1.3
distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8
distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11
distrib/ofppc/ramdisks/common/dot.profile: revision 1.2
distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9
distrib/hp300/ramdisk/dot.profile: revision 1.7
distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2
distrib/emips/ramdisk/dot.profile: revision 1.3
distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7
distrib/bebox/ramdisk/dot.profile: revision 1.2
distrib/rs6000/ramdisk/dot.profile: revision 1.2
distrib/sgimips/miniroot/dot.profile: revision 1.2
distrib/mvme68k/miniroot/dot.profile: revision 1.9
distrib/hppa/ramdisk/dot.profile: revision 1.2
distrib/luna68k/ramdisk/dot.profile: revision 1.2
distrib/sgimips/ramdisk/dot.profile: revision 1.4
distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2
distrib/evbppc/ramdisk/dot.profile: revision 1.5
distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5
distrib/pmax/ramdisk/dot.profile: revision 1.11
distrib/dreamcast/ramdisk/dot.profile: revision 1.3
distrib/arc/ramdisk/dot.profile: revision 1.5
distrib/atari/floppies/common/dot.profile: revision 1.8
PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.10.48.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.8 26-Mar-2023  andvar s/displyed/displayed/
 1.7 29-Sep-2020  msaitoh s/parition/partition/
 1.6 20-Sep-2009  abs remove references to disktab.{preinstall,shadow}
 1.5 16-Sep-2009  abs The ramdisk includes dmesg, so use it in preference to /kern/msgbuf
 1.4 23-Apr-2004  simonb branches: 1.4.26;
s/this this/this/.
 1.3 26-Jul-2003  salo netbsd.org->NetBSD.org
 1.2 07-May-2002  lukem migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
 1.1 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.4.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.46 01-Oct-2018  martin Make gzip on some crunched install media support xz decompression
(just like our base version does).
 1.45 02-Aug-2014  martin branches: 1.45.22; 1.45.24;
Add raidctl
 1.44 03-Jul-2011  tron branches: 1.44.8; 1.44.20;
Update location of "less" source directory to the build of various
install medias.
 1.43 21-Jun-2011  tsutsui Revert rev 1.42 which is not necessary after rev 1.41.
 1.42 20-Jun-2011  he Add -lbz2 and -llzma so that this links again.
 1.41 20-Jun-2011  tsutsui Fix pasto botch.
 1.40 19-Jun-2011  tsutsui Fix indent.
 1.39 19-Jun-2011  tsutsui Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now
since installation file systems might be flooded by -llzma.
 1.38 14-Jan-2011  tsutsui branches: 1.38.4;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.37 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.36 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.35 20-Sep-2009  abs 34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...
 1.34 20-Sep-2009  abs Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...
 1.33 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.32 20-Sep-2009  abs Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
 1.31 18-Sep-2009  abs Of the arious list files 28 said
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
while 14 picked
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat

Make them all choose the former. No functional change.
 1.30 29-Apr-2009  tsutsui Fix indent and sort some entries.
 1.29 04-Apr-2009  tsutsui Also put bootxx_ffsv2 into installation ramdisk.

XXX: is it worth to put bootxx_lfs nowadays?
 1.28 29-Mar-2009  tsutsui Remove gnu/usr.bin from SRCDIRS.
No necessary files there since we have got non-GPLed src/usr.bin/gzip.
 1.27 29-Mar-2009  tsutsui Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
 1.26 25-Jan-2009  abs branches: 1.26.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.25 06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.24 10-May-2007  dogcow branches: 1.24.12; 1.24.14;
Since /etc/services has gotten rather large, use a minimal one for install
kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
with the lack of an /etc/services file, it appears.)
 1.23 27-Dec-2003  martin More crunchgen lists needing -lz now for new gzip.
Noticed by Markus W Kilbinger.
 1.22 10-Jul-2003  lukem Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.21 29-May-2002  lukem use 555 instead of 755 for script perms
 1.20 07-May-2002  lukem branches: 1.20.2;
migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
 1.19 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.18 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.17 13-Apr-2002  lukem link mount_mfs to newfs
 1.16 12-Apr-2002  lukem use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
 1.15 09-Apr-2002  lukem - add specific special entry for sys/arch/${MACHINE}/stand/installboot
for ports that don't yet use the MI usr.sbin/installboot
- remove now-unnecessary srcdir for sys/arch/${MACHINE}/stand
 1.14 14-Mar-2002  lukem parselist.awk
- improve comments
- provide a general purpose variable replacement; replace contents of ${FOO}
with ENVIRON["FOO"].
- deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE}
and ${MACHINE_ARCH} instead
- add errx() function; like err(), but doesn't print the line number
- invoke this script with various variables defined via PARSELISTENV

*/Makefile*
- use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR
- other minor tweaks

*/list*
- replace @MACHINE@ with ${MACHINE}
 1.13 07-Mar-2002  lukem convert to using the New Distrib World Order.
this directory can now be built UNPRIVED.
 1.12 07-Jun-2000  thorpej Need /etc/netconfig.
 1.11 23-Nov-1999  simonb Remove update from the miniroot lists.
 1.10 05-Jun-1999  bouyer branches: 1.10.4;
Generate the /dist/obsolete_* files used by sysinst from the obsolete lists
in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md
obsolete list files all or a specified set and dumps it in a file, in a
subdir specified on the command line (inspired from the maketar and makeflist
files).
Use this for all the sysinst-based installs.
Untested for non-i386, and the md obsolete list may be wrong or incomplete.
Each postmaster is supposed to check this on his port.
 1.9 23-May-1999  tron Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
 1.8 29-Apr-1999  ross Import INSTALL.more a better way.
 1.7 07-Apr-1999  cgd adjust for changes in alpha /usr/mdec files.
 1.6 22-Mar-1999  ross branches: 1.6.2;
+pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386.
move the machine-dependent links and progs to separate lines, to purify
diffs with i386
 1.5 28-Nov-1998  jonathan Use MI versions of the dot.commonutils and dot.instutils helper
scripts for ramdisk-based script installer (even where commented out).
 1.4 29-Oct-1998  ross Fix bugs in the way the instkernel is compressed and in the prerequisite
names.
 1.3 16-Oct-1998  ross This is now the main install directory for the new integrated sysinst
boot. Yes, NetBSD/alpha finally gets sysinst on all media types.
The new boot makes a single ramdisk which is then divided via ustarfs
onto a two-floppy set, and a second unified image for CD's, HD's, or
tapes is also created.
 1.2 01-Feb-1998  thorpej Add tset(1).
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.6.2.2 29-Apr-1999  perry pullup 1.7->1.8 (ross)
 1.6.2.1 07-Apr-1999  cgd pull up from trunk: adjust for changes in alpha /usr/mdec files.
 1.10.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.20.2.1 29-May-2002  lukem Pull up revision 1.21 (requested by lukem):
use 555 instead of 755 for script perms
 1.24.14.1 18-May-2008  yamt sync with head.
 1.24.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.24.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.26.2.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.38.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.44.20.1 10-Aug-2014  tls Rebase.
 1.44.8.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.45.24.1 10-Jun-2019  christos Sync with HEAD
 1.45.22.1 20-Oct-2018  pgoyette Sync with head
 1.3 07-Mar-2002  lukem convert to using the New Distrib World Order.
this directory can now be built UNPRIVED.
 1.2 05-Jun-1999  bouyer Generate the /dist/obsolete_* files used by sysinst from the obsolete lists
in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md
obsolete list files all or a specified set and dumps it in a file, in a
subdir specified on the command line (inspired from the maketar and makeflist
files).
Use this for all the sysinst-based installs.
Untested for non-i386, and the md obsolete list may be wrong or incomplete.
Each postmaster is supposed to check this on his port.
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.9 07-Mar-2002  lukem convert to using the New Distrib World Order.
this directory can now be built UNPRIVED.
 1.8 03-Feb-2000  itojun use x_ping for ping, remove reference to -lipsec.
(sorry if you have specific need for "real" ping)
 1.7 23-Nov-1999  simonb Remove update from all ramdisks.
 1.6 08-Aug-1999  ross branches: 1.6.4;
-lbz2 -lipsec
 1.5 22-Mar-1999  ross +pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386.
move the machine-dependent links and progs to separate lines, to purify
diffs with i386
 1.4 21-Jan-1999  garbled Use pax instead of tar on the ramdisk bins.. create appropriate link for
tar to get tar-like fonctionality.
 1.3 16-Oct-1998  ross This is now the main install directory for the new integrated sysinst
boot. Yes, NetBSD/alpha finally gets sysinst on all media types.
The new boot makes a single ramdisk which is then divided via ustarfs
onto a two-floppy set, and a second unified image for CD's, HD's, or
tapes is also created.
 1.2 01-Feb-1998  thorpej Add tset(1).
 1.1 01-Feb-1998  thorpej Add support for building an "install kernel", which contains a ramdisk
in its belly. This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
 1.6.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.5 26-Mar-2023  andvar s/displyed/displayed/
 1.4 09-Aug-2021  andvar fix various typos in comments and messages.
 1.3 26-Jul-2003  salo branches: 1.3.32;
netbsd.org->NetBSD.org
 1.2 07-May-2002  lukem migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
 1.1 02-May-2002  lukem yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}
 1.3.32.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed