| History log of /src/distrib/alpha/instkernel/ramdisk/Makefile |
| Revision | | Date | Author | Comments |
| 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
|