Home | History | Annotate | Download | only in miniroot
History log of /src/distrib/hp300/miniroot/Makefile.inc
RevisionDateAuthorComments
 1.14  24-Jan-2017  christos += for MAKEFS_FLAGS
 1.13  26-Oct-2012  tsutsui branches: 1.13.14; 1.13.18;
Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
 1.12  11-Feb-2010  roy branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14;
Remove terminfo.db as it's now embedded in libterminfo.
 1.11  05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.10  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.9  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.8  26-Apr-2002  lukem branches: 1.8.34;
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.7  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.6  14-Mar-2002  gmcgarry Increase number of inodes
 1.5  14-Mar-2002  gmcgarry Use INSTALL kernel in miniroot; add image_md_post target
 1.4  06-Mar-2002  lukem Commit work-in-progess rototill of distrib/miniroot and associated machine
dependent files:

- Use infrastructure from distrib/common to build file system images with
crunchgen-ed programs from a list file.

- Non root ("UNPRIVED") builds from a read-only source tree are possible,
as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using
common/makedev2spec.awk, etc.

- Cross builds should be possible, except that some ports need cross-compile
host tool versions of installboot and any appropriate host disk labelling
tools.
XXX: pmax, sparc and vax need fixing for this!

- This code has NOT YET BEEN TESTED on most of the ports.
It should work, but it is extremely likely that the file system
parameters may need tweaking to get things to fit.
See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example.
If assistance is required, please ask!
 1.3  11-Jun-1996  thorpej Remove the hp300-specific installation tools and use the MI minroot
tools.
 1.2  28-Nov-1995  jtc branches: 1.2.4;
merge in changes from 1.1 release branch
 1.1  03-Oct-1995  thorpej branches: 1.1.2;
First-cut of hp300 miniroot-based installation tools. Currently understands
installing from FTP or NFS server, tape, or CD-ROM, although tape and
CD-ROM are currently untested. Hooks for placing disklabels on additional
disks are there, but meat is yet to be implemented.
 1.1.2.1  07-Nov-1995  thorpej We're installing 1.1, really.
 1.2.4.1  11-Jun-1996  thorpej Update from trunk:

Remove hp300-specific installation tools and use the MI miniroot
tools.
 1.8.34.1  05-Oct-2008  mjf Sync with HEAD.
 1.12.14.1  25-Nov-2012  jdc Pull up revisions:
src/distrib/emips/miniroot/Makefile.inc revision 1.3
src/distrib/hp300/miniroot/Makefile.inc revision 1.13
src/distrib/hpcarm/miniroot/Makefile.inc revision 1.7
src/distrib/hpcmips/miniroot/Makefile.inc revision 1.20
src/distrib/hpcsh/miniroot/Makefile.inc revision 1.8
src/distrib/mvme68k/miniroot/Makefile.inc revision 1.13
src/distrib/pmax/miniroot/Makefile.inc revision 1.24
src/distrib/vax/miniroot/Makefile.inc revision 1.23
(requested by tsutsui in ticket #650).

Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
 1.12.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.12.8.1  18-Nov-2012  msaitoh Pull up following revision(s) (requested by tsutsui in ticket #650):
distrib/hpcmips/miniroot/Makefile.inc: revision 1.20
distrib/hpcsh/miniroot/Makefile.inc: revision 1.8
distrib/hp300/miniroot/Makefile.inc: revision 1.13
distrib/hpcarm/miniroot/Makefile.inc: revision 1.7
distrib/vax/miniroot/Makefile.inc: revision 1.23
distrib/mvme68k/miniroot/Makefile.inc: revision 1.13
distrib/emips/miniroot/Makefile.inc: revision 1.3
distrib/pmax/miniroot/Makefile.inc: revision 1.24
Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
 1.12.6.1  30-Oct-2012  yamt sync with head
 1.13.18.1  21-Apr-2017  bouyer Sync with HEAD
 1.13.14.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed