| History log of /src/distrib/pmax/miniroot/list |
| Revision | | Date | Author | Comments |
| 1.23 |
| 30-Nov-2013 |
nakayama | nvi has moved.
|
| 1.22 |
| 11-Feb-2010 |
roy | branches: 1.22.6; 1.22.12; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.21 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.20 |
| 02-Jan-2010 |
tsutsui | No need to install /usr/share/zoneinfo into miniroot because libc functions in libhack doesn't require it and zoneinfo files seem to get larger since tzcode2009k import. (due to 64bit time_t support?)
Briefly tested sysinst on sparc miniroot.
|
| 1.19 |
| 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.18 |
| 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.17 |
| 30-Oct-2008 |
tsutsui | usr.bin/vi/build -> usr.bin/nvi/build
|
| 1.16 |
| 29-Jul-2006 |
ad | branches: 1.16.20; Remove RASTERCONSOLE support from the pmax port.
|
| 1.15 |
| 18-Feb-2003 |
shin | s/netbsd.aout/netbsd/
|
| 1.14 |
| 27-May-2002 |
lukem | use usr/sbin/installboot not usr/mdec/installboot
|
| 1.13 |
| 06-Mar-2002 |
lukem | branches: 1.13.2; 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.12 |
| 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.11 |
| 03-Jan-2000 |
simonb | s/boot/boot.pmax/
|
| 1.10 |
| 28-Dec-1999 |
simonb | Add /usr/mdec/installboot.
|
| 1.9 |
| 23-Nov-1999 |
simonb | Remove update from the miniroot lists.
|
| 1.8 |
| 05-Jun-1999 |
bouyer | branches: 1.8.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.7 |
| 16-Apr-1999 |
simonb | Install second-stage bootblock.
|
| 1.6 |
| 18-Nov-1998 |
simonb | branches: 1.6.2; 1.6.4; Undo previous after thinking about it a bit more. I did say it was only a temporary change :)
|
| 1.5 |
| 18-Nov-1998 |
simonb | Add a symlink for /bin/tar. From the comments in the file:
# XXX temporary extra (for 1.3.X). We need "tar" in the path but not # under /usr until we copy the contents of /usr.install into /usr. # Maybe a better idea is to use pax, which lives in /bin anyway... # Should go away soon in whatever will become 1.4.
Someone shoot me if I don't remove this soon ;>)
|
| 1.4 |
| 18-Nov-1998 |
simonb | Add the small netboot kernel (nfsnetbsd.ecoff). Copy .profile to tmp/.hdprofile for sysinst.
|
| 1.3 |
| 17-Nov-1998 |
jonathan | Copy disktab profile to/etc for diskimage. (no ramdisk symlinks via /tmp).
|
| 1.2 |
| 17-Nov-1998 |
jonathan | Add the old-pmax-root usr.install/{bin,sbin} with same symlinks as /usr, so that install from a miniroot image in / can find /usr/bin/{tar,ftp} after mounting the target /usr over /usr.
|
| 1.1 |
| 17-Nov-1998 |
jonathan | Make crunched equivalent of pmax root diskimage. Makefile.inc: build `miniroot' [sic] list: list of files to crunch in dot.profile: start up sysinst on boot. diskimage.label.proto: write diskimage label so kernel recomputes label at boot from SCSI geometry..
|
| 1.6.4.1 |
| 17-Apr-1999 |
simonb | Pull up rev 1.7 from the trunk: Install second-stage bootblock.
|
| 1.6.2.2 |
| 24-Nov-1998 |
cgd | pull up revs 1.1-1.6 from trunk (new file). (simonb)
|
| 1.6.2.1 |
| 18-Nov-1998 |
cgd | file list was added on branch netbsd-1-3 on 1998-11-24 21:49:47 +0000
|
| 1.8.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.13.2.1 |
| 28-May-2002 |
lukem | Pull up revision 1.14 (requested by lukem): use usr/sbin/installboot not usr/mdec/installboot
|
| 1.16.20.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.22.12.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.22.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")
|