| History log of /src/distrib/mvme68k/miniroot/list |
| Revision | | Date | Author | Comments |
| 1.26 |
| 20-Sep-2024 |
rin | distrib: Adjust for nawk/bin/awk to nawk/bin
|
| 1.25 |
| 19-Aug-2024 |
christos | handle awk move
|
| 1.24 |
| 22-Apr-2015 |
christos | fix awk
|
| 1.23 |
| 30-Nov-2013 |
nakayama | nvi has moved.
|
| 1.22 |
| 03-Jul-2011 |
tron | branches: 1.22.2; 1.22.8; Update location of "less" source directory to the build of various install medias.
|
| 1.21 |
| 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.20 |
| 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.19 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.18 |
| 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.17 |
| 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.16 |
| 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.15 |
| 30-Oct-2008 |
tsutsui | usr.bin/vi/build -> usr.bin/nvi/build
|
| 1.14 |
| 02-Apr-2004 |
he | branches: 1.14.26; Adapt to the replacement of gawk with nawk, source accessible as awk.
|
| 1.13 |
| 07-Mar-2003 |
he | branches: 1.13.2; Rewrite the MD install script to use awk instead of grep, since trying to include grep in the miniroot currently causes a build failure, ref. PR#20431.
Also correct a typo/inconsistency "no disk label" -> "no disklabel" (the disklabel program is not consistent in it's use...), here we just compensate.
Reviewed by Steve Woodford.
|
| 1.12 |
| 19-Feb-2003 |
he | The ports which use grep in their miniroot need to have a special rule to get at the source (and object) directory after the recent grep move.
|
| 1.11 |
| 12-Jun-2002 |
lukem | as COPYDIR copies files with 444 permissions, we need to explicitly add MTREE entries to change the permissions of executable programs such as usr/mdec/installboot and usr/mdec/binstall
|
| 1.10 |
| 05-Jun-2002 |
scw | Ensure the miniroot copy of /usr/mdec/installboot is executable.
|
| 1.9 |
| 29-May-2002 |
lukem | don't bother copying or generating etc/spwd.db, as the miniroot was switched to libhack a little while ago
|
| 1.8 |
| 26-Apr-2002 |
lukem | branches: 1.8.2; replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.7 |
| 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.6 |
| 21-Oct-2001 |
chs | fix to work with obj dirs.
|
| 1.5 |
| 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.4 |
| 08-May-1999 |
scw | Nuke strings(1). It's not required for a miniroot.
|
| 1.3 |
| 25-Mar-1999 |
leo | branches: 1.3.2; - Move the pwd.db & spwd.db files into the list-files of the ports who need them. - Use x_dd & x_ifconfig.
|
| 1.2 |
| 20-Feb-1999 |
scw | Updates for MVME167 support.
|
| 1.1 |
| 17-Dec-1997 |
scw | mvme68k miniroot config files
|
| 1.3.2.1 |
| 18-Jun-1999 |
perry | pullup 1.3->1.4 (Steve Woodford): remove strings(1) from list
|
| 1.8.2.2 |
| 13-Jun-2002 |
lukem | Pull up revision 1.11 (requested by lukem in ticket #260): as COPYDIR copies files with 444 permissions, we need to explicitly add MTREE entries to change the permissions of executable programs such as usr/mdec/installboot and usr/mdec/binstall
|
| 1.8.2.1 |
| 29-May-2002 |
lukem | Pull up revision 1.9 (requested by lukem): don't bother copying or generating etc/spwd.db, as the miniroot was switched to libhack a little while ago
|
| 1.13.2.1 |
| 05-Apr-2004 |
tron | Pull up revision 1.14 (requested by he in ticket #53): Adapt to the replacement of gawk with nawk, source accessible as awk.
|
| 1.14.26.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.22.8.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.22.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")
|