Home | History | Annotate | only in /src/distrib/sun3/miniroot
History log of /src/distrib/sun3/miniroot
RevisionDateAuthorComments
 1.2 16-Jan-2000  cgd remove .cvsignore files; if the tree doesn't clean completely, that's a bug
 1.1 05-Sep-1996  gwr branches: 1.1.2;
quiet down cvs update
 1.1.2.2 05-Sep-1996  gwr quiet down cvs update
 1.1.2.1 05-Sep-1996  gwr file .cvsignore was added on branch netbsd-1-2 on 1996-09-05 17:11:56 +0000
 1.50 18-Jun-2021  tsutsui Replace RELEASE and VERSION strings proplery.

sun2 and sun3 don't use MI src/distrib/miniroot/list so this should
have been sync'ed with it.
http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.36
>> Use proper release version strings ("9.1" rather than "91") in banners.
>>
>> Also define and use "MACHINE" variable to describe port names
>> (no uname(1) or sysctl(8) in miniroot binary list by default).

Should be pulled up to netbsd-9.
 1.49 29-Dec-2019  christos 1. Remove all the special handling of variables (-d -p -P -s -S) that
were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
and LDSTATIC used to be passed before) instead of appending them
to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)
 1.48 27-Oct-2019  christos make this a bit bigger to prepare for gcc-8
 1.47 28-Jul-2019  martin branches: 1.47.2;
Use the non-WIDE_CHAR version of libcurses from libhack, and also build
the included nvi w/o wide character support.
 1.46 24-Jan-2017  christos branches: 1.46.4; 1.46.12;
+= for MAKEFS_FLAGS
 1.45 27-Aug-2014  christos branches: 1.45.2; 1.45.4;
mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules.
 1.44 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.43 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.42 24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.41 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.40 20-Sep-2009  abs Move sun2, sun3 & x68k across to the common distrib etc/services, and
while here reduce it from 1180 to 794 bytes (whitespace & comment cleanup)
 1.39 25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.38 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.37 29-Apr-2008  tsutsui Fix (almost harmless) typo.
 1.36 24-Jun-2007  isaki branches: 1.36.12; 1.36.14;
Remove a duplicated option in MAKEFS_FLAGS.
"minfree=0,optimization=space" is defined at
../../common/Makefile.image.
 1.35 03-Mar-2007  apb MAKEDEV.subr no longer exists. Don't install it in any ramdisk
or miniroot images.
 1.34 01-Mar-2007  apb Add MAKEDEV.subr to IMAGEDEPENDS. These miniroot images should probably
be converted to use common/Makefile.makedev.
 1.33 02-Aug-2006  tsutsui Use crunched binary in miniroot so that we can get smaller image
and no longer have to sync shlib majors in the list file.

Ok'ed by nathanw and christos on port-sun3, and tested on tme by me.
 1.32 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.31 02-Apr-2003  fvdl Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.

Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.
 1.30 28-May-2002  nathanw Run installboot on the miniroot image, now that it is tested.
 1.29 18-May-2002  lukem branches: 1.29.2;
fix minor bogons in the build:
- sun3 doesn't have bootyy (`yet'. it probably will when it gets converted
to sharing sun68k/stand)
- need full paths in list ${COPY} statements
 1.28 17-May-2002  lukem convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.27 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.26 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.25 26-Apr-2002  lukem use gzip -9f
 1.24 18-Apr-2002  bouyer Include .include <bsd.own.mk> to get ${_SRC_TOP_}, and
${_SRC_TOP_}/distrib/Makefile.inc to get DISTRIBDIR & al.
 1.23 12-Apr-2002  lukem - replace image_md_post: target with IMAGE_MD_POST variable, and use
that after building ${IMAGE}
- use ${IMAGEBUILT} to ensure that IMAGE_MD_POST is only run if IMAGE changes
 1.22 06-Mar-2002  lukem replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc
 1.21 09-Nov-2001  tsutsui Use ${VND} (not ${VND_DEV}) for vnconfig in unconfig target.
 1.20 13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.19 13-Feb-2001  jmc Up the size to 12M. Add an unconfig rule
 1.18 19-Jun-2000  tsutsui branches: 1.18.2;
mkdir -p ${RELEASEDIR}/installation/miniroot on "make release".
 1.17 10-Jun-2000  tsutsui Pass ${DESTDIR} to RunList.sh.
 1.16 09-Jun-2000  tsutsui Use vnd rather than sd1b to make miniroot image.
 1.15 21-May-1999  gwr Add a release target to automate building release snapshots.
 1.14 16-May-1999  gwr updates for the 1.4 release
 1.13 22-Apr-1999  gwr Put -B be in NEWFSARGS
 1.12 04-Mar-1999  wrstuden branches: 1.12.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.11 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.10 29-May-1998  gwr Use the INSTALL kernels.
 1.9 17-Mar-1998  gwr Add target all
 1.8 12-Feb-1998  gwr Put both netbsd.sun3 and netbsd.sun3x kernels in the miniroot image
so it will boot on both kinds of machines. (The boot program will
load the appropriate one).
 1.7 12-Dec-1997  gwr Ready for 1.3_BETA
 1.6 12-Dec-1997  gwr Ready for 1.3_BETA
 1.5 12-Dec-1997  gwr Use /dev/sd1b for now
 1.4 09-Oct-1996  jtc branches: 1.4.2;
merge in 1.2 branch
 1.3 21-Nov-1995  gwr branches: 1.3.2; 1.3.6;
Ready for release
 1.2 13-Oct-1995  gwr branches: 1.2.2;
Minor cleanup
 1.1 08-Oct-1995  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 08-Oct-1995  gwr branches: 1.1.1.1.2;
Support for making sun3 installation media.
 1.1.1.1.2.1 12-Oct-1995  gwr Minor cleanup.
 1.2.2.1 21-Nov-1995  gwr From HEAD: Ready for release
 1.3.6.1 29-Aug-1996  gwr Build the edited "install.sub" here.
 1.3.2.2 21-Nov-1995  gwr Ready for release
 1.3.2.1 21-Nov-1995  gwr file Makefile was added on branch netbsd-1-1 on 1995-11-21 21:19:13 +0000
 1.4.2.2 29-May-1998  mycroft Pull up patch from gwr.
 1.4.2.1 12-Dec-1997  gwr Ready for 1.3_BETA
 1.12.2.3 23-Jul-2000  he Pull up revision 1.18 (requested by nathanw):
Fixes to release building machinery:
o make installation/miniroot directory
 1.12.2.2 01-Mar-2000  he Apply patch (requested by toddpw):
Convert sun3 miniroot/ramdisk build process to use vnd devices
instead of requiring a scratch partition on some local disk. Also
remove dependency on /etc/disktab entry. Support recursive
``depend'' makes (do nothing though).
 1.12.2.1 21-Jun-1999  perry pullup 1.12->1.15 (gwr)
 1.18.2.1 21-Apr-2001  he Pull up revision 1.19 (requested by he):
Bump the sun3 miniroot size from 10M to 12M, and add an
``unconfig'' rule.
 1.29.2.1 28-May-2002  tv Pull up revision 1.30 (requested by nathanw in ticket #51):
Run installboot on the miniroot image, now that it is tested.
 1.36.14.1 18-May-2008  yamt sync with head.
 1.36.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.36.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.45.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.45.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.46.12.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.46.12.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.46.4.1 25-Jun-2021  martin Pull up following revision(s) (requested by tsutsui in ticket #1686):

distrib/sun3/miniroot/Makefile: revision 1.50
distrib/miniroot/install.sub: revision 1.61
distrib/miniroot/install.sub: revision 1.62 (patch)
distrib/sun2/miniroot/Makefile: revision 1.40

Replace RELEASE and VERSION strings proplery.
sun2 and sun3 don't use MI src/distrib/miniroot/list so this should
have been sync'ed with it.

http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.36
> Use proper release version strings ("9.1" rather than "91") in banners.
>
> Also define and use "MACHINE" variable to describe port names
> (no uname(1) or sysctl(8) in miniroot binary list by default).

Should be pulled up to netbsd-9.

Remove netstat(1) calls to print resolver info on upgrade using miniroot.
netstat(1) was removed from miniroot 25 years ago.
http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.5

The modules and rescue sets are also required on upgrade.
Should be pulled up to netbsd-9 and netbsd-8.
 1.47.2.1 25-Jun-2021  martin Pull up following revision(s) (requested by tsutsui in ticket #1310):

distrib/sun3/miniroot/Makefile: revision 1.50
distrib/miniroot/install.sub: revision 1.61
distrib/miniroot/install.sub: revision 1.62
distrib/sun2/miniroot/Makefile: revision 1.40

Replace RELEASE and VERSION strings proplery.
sun2 and sun3 don't use MI src/distrib/miniroot/list so this should
have been sync'ed with it.

http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.36
> Use proper release version strings ("9.1" rather than "91") in banners.
>
> Also define and use "MACHINE" variable to describe port names
> (no uname(1) or sysctl(8) in miniroot binary list by default).

Should be pulled up to netbsd-9.

Remove netstat(1) calls to print resolver info on upgrade using miniroot.
netstat(1) was removed from miniroot 25 years ago.
http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.5

The modules and rescue sets are also required on upgrade.
Should be pulled up to netbsd-9 and netbsd-8.
 1.2 17-May-2002  lukem convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.1 13-Feb-2001  jmc branches: 1.1.2;
Need larger image. Add a new disktab layout for 12M
 1.1.2.2 21-Apr-2001  he Pull up revision 1.1 (new, requested by he):
Add a local disktab file where the miniroot size has been
bumped to 12M.
 1.1.2.1 13-Feb-2001  he file disktab was added on branch netbsd-1-5 on 2001-04-21 18:36:34 +0000
 1.1 17-May-2002  lukem branches: 1.1.34;
convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.9 26-Jun-2021  tsutsui Check if /tmp is writable to see whether the rootdev is already mounted.

Creating a dummy /tmp/root_writable file and after mountroot and
checking it on the second installation could be problematic if
users retry to installation after reboot without reinstalling miniroot.
Taken from amiga.
 1.8 26-Jun-2021  tsutsui Don't try to add swap on miniroot.
 1.7 05-Dec-2020  tsutsui Use proper release version strings ("9.1" rather than "91") in banners.

Also define and use "MACHINE" variable to describe port names
(no uname(1) or sysctl(8) in miniroot binary list by default).

I guess the short format like "91" by ${DISTRIBREV} was used only
for split sets for floppies in 1990's releases.

Worth to pullup to netbsd-9.
 1.6 05-Dec-2020  tsutsui The kernel and X sets should be specified in MD miniroot scripts.

Otherwise they are not listed at least on ftp installation.
The problem was reported by Martin Trusler on port-hp300@:
https://mail-index.netbsd.org/port-hp300/2020/11/21/msg000174.html

Should be pulled up to netbsd-9 and netbsd-8.
 1.5 10-Apr-2019  christos branches: 1.5.2;
adjust miniroot scripts to deal with the time prefix in dmesg
 1.4 04-Apr-2019  christos modernize, and avoid -a -o
 1.3 30-Apr-2008  martin branches: 1.3.56; 1.3.64;
Convert TNF licenses to new 2 clause variant
 1.2 25-Jun-2006  tsutsui branches: 1.2.20; 1.2.22;
After extracting sets, copy miniroot kernel only if there is
no extracted kernel in the target disk.
 1.1 17-May-2002  lukem convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.2.22.1 18-May-2008  yamt sync with head.
 1.2.20.2 05-Oct-2008  mjf Sync with HEAD.
 1.2.20.1 02-Jun-2008  mjf Sync with HEAD.
 1.3.64.1 10-Jun-2019  christos Sync with HEAD
 1.3.56.1 19-Dec-2020  martin Pull up following revision(s) (requested by tsutsui in ticket #1639):

distrib/miniroot/install.sub: revision 1.54 (patch)
distrib/miniroot/install.sub: revision 1.56 (patch)
distrib/miniroot/install.sub: revision 1.57 (patch)
distrib/miniroot/install.sub: revision 1.58 (patch)
distrib/miniroot/install.sub: revision 1.59 (patch)
distrib/hp300/miniroot/install.md: revision 1.20
distrib/miniroot/list: revision 1.36
distrib/mvme68k/miniroot/install.md: revision 1.9
distrib/mvme68k/miniroot/install.md: revision 1.10
distrib/sun3/miniroot/install.md: revision 1.6
distrib/miniroot/install.sub: revision 1.47 (patch)
distrib/sun3/miniroot/install.md: revision 1.7
distrib/sun2/miniroot/install.md: revision 1.6
distrib/sun2/miniroot/install.md: revision 1.7
distrib/amiga/miniroot/install.md: revision 1.31
distrib/mac68k/miniroot/install.md: revision 1.6
distrib/mac68k/miniroot/install.md: revision 1.7
distrib/mac68k/miniroot/install.md: revision 1.8
distrib/miniroot/upgrade.sh: revision 1.23
distrib/miniroot/install.sh: revision 1.26
distrib/miniroot/upgrade.sh: revision 1.24
distrib/miniroot/install.sh: revision 1.27
distrib/hp300/miniroot/install.md: revision 1.18
distrib/hp300/miniroot/install.md: revision 1.19
distrib/miniroot/install.sub: revision 1.50 (patch)
distrib/miniroot/install.sub: revision 1.51 (patch)
distrib/miniroot/install.sub: revision 1.52 (patch)
distrib/miniroot/install.sub: revision 1.53 (patch)

Remove uses of test ... -a ... and test ... -o ...
eXorcize and `` -> $()
Fix miniroot installation failure on network configuration. PR/54833
No particular comment in the PR.
Should be pulled up to netbsd-9.
Fix "[: SMALL test, no fallback usage" error on miniroot installation.
Avoid and replace use of '-a', '(' and ')' operatos marked obsolescent
by modern POSIX.1-2017:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_128_16
as suggested by kre@ in PR/54835.
Should be pulled up to netbsd-9.
The idiom
set $whatever
while [ $# - gt 10 ]; do shift 10; done
eval echo \$$#
fails when $# turns out to be 10 (or any multiple), it would need
to be instead
while [ $# -ge 10 ]; do shift 9; done
but there hasn't been a shell that cannot handle ${10} (etc) correctly
in a very long time, so let's just use that instead (properly quoted,
in case IFS happens to contain a digit for some bizarre reason).
We should also "set -f" / "set +f" (or better, restore the prev setting of -f)
around the "set $whatever" part, but if that was ever going to cause a problem
here, it would have already, so leave that for now.
test ! -n "$foo" is just a quaint way of saying test -z "$foo"
and test ! -z "$foo" is really just test -n "$foo" so let's just
use the simple (and more obvious) forms.
NFCI.
The kernel and X sets should be specified in MD miniroot scripts.
Otherwise they are not listed at least on ftp installation.
The problem was reported by Martin Trusler on port-hp300@:
https://mail-index.netbsd.org/port-hp300/2020/11/21/msg000174.html
Should be pulled up to netbsd-9 and netbsd-8.
Add modules set for default sets on miniroot installation.
Should be pulled up to netbsd-9 and netbsd-8.
Add missing md_get_partition_range() that causes installation failure.
Also reported by Martin Trusler on testing hp300 miniroot.
Should be pulled up to netbsd-9 and netbsd-8.
Explicitly sort set names fetched via ftp nlist.
Several binary sets are stored as symbolic links on releases and
it seems some ftpd doesn't sort nlist outputs by name in such case.
Worth to pullup to netbsd-9 and netbsd-8.
Use proper release version strings ("9.1" rather than "91") in banners.
Also define and use "MACHINE" variable to describe port names
(no uname(1) or sysctl(8) in miniroot binary list by default).
I guess the short format like "91" by ${DISTRIBREV} was used only
for split sets for floppies in 1990's releases.
Worth to pullup to netbsd-9.
Inform the default installation directory in the official ftp server.
Fetch files via ftp using auto-fetching with URL per each binary set.
On slower machines, it takes more than five minutes to get a large
set binary and it could cause timeout of ftp control session, so
getting multiple binary sets in a single ftp session always fails.
Briefly tested on HP 9000/425e with 9.1 tree and ftp.netbsd.org binaries.
No particular comments on tech-install@ and port-hp300@.
Maybe should be pulled up to netbsd-9.
 1.5.2.2 15-Aug-2021  martin Pull up following revision(s) (requested by tsutsui in ticket #1335):

distrib/sun3/miniroot/install.md: revision 1.8
distrib/sun3/miniroot/install.md: revision 1.9
distrib/sun2/miniroot/install.md: revision 1.8
distrib/sun2/miniroot/install.md: revision 1.9

Don't try to add swap on miniroot.

Check if /tmp is writable to see whether the rootdev is already mounted.

Creating a dummy /tmp/root_writable file and after mountroot and
checking it on the second installation could be problematic if
users retry to installation after reboot without reinstalling miniroot.

Taken from amiga.
 1.5.2.1 14-Dec-2020  martin Pull up following revision(s) (requested by tsutsui in ticket #1151):

distrib/miniroot/install.sub: revision 1.54
distrib/miniroot/install.sub: revision 1.55
distrib/miniroot/install.sub: revision 1.56
distrib/miniroot/install.sub: revision 1.57
distrib/miniroot/install.sub: revision 1.58
distrib/miniroot/install.sub: revision 1.59
distrib/hp300/miniroot/install.md: revision 1.20
distrib/miniroot/list: revision 1.36
distrib/mvme68k/miniroot/install.md: revision 1.9
distrib/mvme68k/miniroot/install.md: revision 1.10
distrib/sun3/miniroot/install.md: revision 1.6
distrib/sun3/miniroot/install.md: revision 1.7
distrib/sun2/miniroot/install.md: revision 1.6
distrib/sun2/miniroot/install.md: revision 1.7
distrib/amiga/miniroot/install.md: revision 1.31
distrib/mac68k/miniroot/install.md: revision 1.6
distrib/mac68k/miniroot/install.md: revision 1.7
distrib/mac68k/miniroot/install.md: revision 1.8
distrib/hp300/miniroot/install.md: revision 1.18
distrib/hp300/miniroot/install.md: revision 1.19
distrib/miniroot/install.sub: revision 1.53

test ! -n "$foo" is just a quaint way of saying test -z "$foo"
and test ! -z "$foo" is really just test -n "$foo" so let's just
use the simple (and more obvious) forms.

NFCI.

-

Add modules set for default sets on miniroot installation.
Should be pulled up to netbsd-9 and netbsd-8.

-

The kernel and X sets should be specified in MD miniroot scripts.

Otherwise they are not listed at least on ftp installation.

The problem was reported by Martin Trusler on port-hp300@:
https://mail-index.netbsd.org/port-hp300/2020/11/21/msg000174.html

Should be pulled up to netbsd-9 and netbsd-8.

-

Appease awk warnings on suppressing dmesg timestamps.
awk: warning: escape sequence `\[' treated as plain `['
source line number 1
context is
{ h=$0; >>> gsub("^[ <<<
awk: warning: escape sequence `\]' treated as plain `]'
source line number 1

Should be pulled up to netbsd-9.

-

Explicitly sort set names fetched via ftp nlist.

Several binary sets are stored as symbolic links on releases and
it seems some ftpd doesn't sort nlist outputs by name in such case.

Worth to pullup to netbsd-9 and netbsd-8.

-

Use proper release version strings ("9.1" rather than "91") in banners.

Also define and use "MACHINE" variable to describe port names
(no uname(1) or sysctl(8) in miniroot binary list by default).

I guess the short format like "91" by ${DISTRIBREV} was used only
for split sets for floppies in 1990's releases.

Worth to pullup to netbsd-9.

-

Inform the default installation directory in the official ftp server.

-

Fetch files via ftp using auto-fetching with URL per each binary set.

On slower machines, it takes more than five minutes to get a large
set binary and it could cause timeout of ftp control session, so
getting multiple binary sets in a single ftp session always fails.

Briefly tested on HP 9000/425e with 9.1 tree and ftp.netbsd.org binaries.

No particular comments on tech-install@ and port-hp300@.

Maybe should be pulled up to netbsd-9.

-

Add missing md_get_partition_range() that causes installation failure.

Also reported by Martin Trusler on testing hp300 miniroot.

Should be pulled up to netbsd-9 and netbsd-8.
 1.32 27-Jun-2021  tsutsui Use more SMALL binaries and reduce diffs between sun2 and sun3.
 1.31 05-Apr-2020  martin Adapt to libterminfo as part of libhack-curses
 1.30 28-Jul-2019  martin Use the non-WIDE_CHAR version of libcurses from libhack, and also build
the included nvi w/o wide character support.
 1.29 30-Nov-2013  nakayama branches: 1.29.26;
nvi has moved.
 1.28 03-Jul-2011  tron branches: 1.28.2; 1.28.8;
Update location of "less" source directory to the build of various
install medias.
 1.27 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.26 14-Jan-2011  tsutsui branches: 1.26.4;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.25 10-Mar-2010  abs Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change
 1.24 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.23 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.22 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.21 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.20 20-Sep-2009  abs Move sun2, sun3 & x68k across to the common distrib etc/services, and
while here reduce it from 1180 to 794 bytes (whitespace & comment cleanup)
 1.19 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.18 25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.17 30-Oct-2008  tsutsui usr.bin/vi/build -> usr.bin/nvi/build
 1.16 06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.15 16-May-2007  tsutsui branches: 1.15.12; 1.15.14;
Use src/distrib/common/services.
 1.14 03-Mar-2007  apb MAKEDEV.subr no longer exists. Don't install it in any ramdisk
or miniroot images.
 1.13 01-Mar-2007  apb Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk
images or miniroot images.
 1.12 02-Aug-2006  tsutsui Use crunched binary in miniroot so that we can get smaller image
and no longer have to sync shlib majors in the list file.

Ok'ed by nathanw and christos on port-sun3, and tested on tme by me.
 1.11 24-Jun-2006  tsutsui Bump libz major.
 1.10 03-Jul-2004  chs more shlib updates.
 1.9 03-Jul-2004  chs add a missing symlink as well.
 1.8 27-Jun-2004  chs update shlibs. fixes PR 25970.
 1.7 28-Oct-2002  nathanw branches: 1.7.2;
Adapt miniroot list to libraries in /lib.
 1.6 15-Oct-2002  jdolecek ld.elf_so is now in /libexec, so update the list here
XXX not tested
 1.5 09-Jun-2002  bouyer ld.elf_so also needs to be executable.
 1.4 05-Jun-2002  lukem As parselist.awk now sets COPY-ied files explicitly to 444, ensure
executable files are 555.
 1.3 22-May-2002  nathanw We're up to libcurses 5 these days.
 1.2 18-May-2002  lukem branches: 1.2.2;
fix minor bogons in the build:
- sun3 doesn't have bootyy (`yet'. it probably will when it gets converted
to sharing sun68k/stand)
- need full paths in list ${COPY} statements
 1.1 17-May-2002  lukem convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.2.2.3 11-Feb-2003  jmc Pullup rev 1.3 (requested by bouyer in ticket #1161)
Using libcurses 5 now so make sure it's included. PR#20288
 1.2.2.2 10-Jun-2002  tv Pull up revision 1.5 (requested by bouyer in ticket #222):
ld.elf_so also needs to be executable.
 1.2.2.1 05-Jun-2002  lukem Pull up revision 1.4 (requested by lukem in ticket #175):
As parselist.awk now sets COPY-ied files explicitly to 444, ensure
executable files are 555.
 1.7.2.3 04-Jul-2004  he Pull up revision 1.10 (requested by chs in ticket #584):
Add more missing shared libraries.
 1.7.2.2 04-Jul-2004  he Pull up revision 1.9 (requested by chs in ticket #584):
Add a missing symlink.
 1.7.2.1 27-Jun-2004  he Pull up revision 1.8 (requested by chs in ticket #560):
Update shared libraries. Fixes PR#25970.
 1.15.14.1 18-May-2008  yamt sync with head.
 1.15.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.15.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.26.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.28.8.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.28.2.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.29.26.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1 17-May-2002  lukem branches: 1.1.34;
convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 26-Jul-2003  salo branches: 1.2.32;
netbsd.org->NetBSD.org
 1.1 17-May-2002  lukem convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.2.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 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.1 17-May-2002  lukem branches: 1.1.34;
convert to NDWO, a la sun2.

XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed