| History log of /src/distrib/alpha/instkernel/ramdisk/list |
| Revision | | Date | Author | Comments |
| 1.46 |
| 01-Oct-2018 |
martin | Make gzip on some crunched install media support xz decompression (just like our base version does).
|
| 1.45 |
| 02-Aug-2014 |
martin | branches: 1.45.22; 1.45.24; Add raidctl
|
| 1.44 |
| 03-Jul-2011 |
tron | branches: 1.44.8; 1.44.20; Update location of "less" source directory to the build of various install medias.
|
| 1.43 |
| 21-Jun-2011 |
tsutsui | Revert rev 1.42 which is not necessary after rev 1.41.
|
| 1.42 |
| 20-Jun-2011 |
he | Add -lbz2 and -llzma so that this links again.
|
| 1.41 |
| 20-Jun-2011 |
tsutsui | Fix pasto botch.
|
| 1.40 |
| 19-Jun-2011 |
tsutsui | Fix indent.
|
| 1.39 |
| 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.38 |
| 14-Jan-2011 |
tsutsui | branches: 1.38.4; Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
| 1.37 |
| 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.36 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.35 |
| 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.34 |
| 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.33 |
| 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.32 |
| 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.31 |
| 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.30 |
| 29-Apr-2009 |
tsutsui | Fix indent and sort some entries.
|
| 1.29 |
| 04-Apr-2009 |
tsutsui | Also put bootxx_ffsv2 into installation ramdisk.
XXX: is it worth to put bootxx_lfs nowadays?
|
| 1.28 |
| 29-Mar-2009 |
tsutsui | Remove gnu/usr.bin from SRCDIRS. No necessary files there since we have got non-GPLed src/usr.bin/gzip.
|
| 1.27 |
| 29-Mar-2009 |
tsutsui | Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
|
| 1.26 |
| 25-Jan-2009 |
abs | branches: 1.26.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.25 |
| 06-May-2008 |
dyoung | Add -lprop to the LIBS line so that ifconfig will link.
|
| 1.24 |
| 10-May-2007 |
dogcow | branches: 1.24.12; 1.24.14; 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.23 |
| 27-Dec-2003 |
martin | More crunchgen lists needing -lz now for new gzip. Noticed by Markus W Kilbinger.
|
| 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 |
| 29-May-2002 |
lukem | use 555 instead of 755 for script perms
|
| 1.20 |
| 07-May-2002 |
lukem | branches: 1.20.2; migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
|
| 1.19 |
| 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.18 |
| 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.17 |
| 13-Apr-2002 |
lukem | link mount_mfs to newfs
|
| 1.16 |
| 12-Apr-2002 |
lukem | use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
|
| 1.15 |
| 09-Apr-2002 |
lukem | - add specific special entry for sys/arch/${MACHINE}/stand/installboot for ports that don't yet use the MI usr.sbin/installboot - remove now-unnecessary srcdir for sys/arch/${MACHINE}/stand
|
| 1.14 |
| 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.13 |
| 07-Mar-2002 |
lukem | convert to using the New Distrib World Order. this directory can now be built UNPRIVED.
|
| 1.12 |
| 07-Jun-2000 |
thorpej | Need /etc/netconfig.
|
| 1.11 |
| 23-Nov-1999 |
simonb | Remove update from the miniroot lists.
|
| 1.10 |
| 05-Jun-1999 |
bouyer | branches: 1.10.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.9 |
| 23-May-1999 |
tron | Fix listfiles to handle object directories. Patches supplied by Izumi Tsutsui in PR misc/7628.
|
| 1.8 |
| 29-Apr-1999 |
ross | Import INSTALL.more a better way.
|
| 1.7 |
| 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.6 |
| 22-Mar-1999 |
ross | branches: 1.6.2; +pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386. move the machine-dependent links and progs to separate lines, to purify diffs with i386
|
| 1.5 |
| 28-Nov-1998 |
jonathan | Use MI versions of the dot.commonutils and dot.instutils helper scripts for ramdisk-based script installer (even where commented out).
|
| 1.4 |
| 29-Oct-1998 |
ross | Fix bugs in the way the instkernel is compressed and in the prerequisite names.
|
| 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 |
| 01-Feb-1998 |
thorpej | Add tset(1).
|
| 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.6.2.2 |
| 29-Apr-1999 |
perry | pullup 1.7->1.8 (ross)
|
| 1.6.2.1 |
| 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.10.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.20.2.1 |
| 29-May-2002 |
lukem | Pull up revision 1.21 (requested by lukem): use 555 instead of 755 for script perms
|
| 1.24.14.1 |
| 18-May-2008 |
yamt | sync with head.
|
| 1.24.12.2 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.24.12.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.26.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.38.4.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
| 1.44.20.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.44.8.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.45.24.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.45.22.1 |
| 20-Oct-2018 |
pgoyette | Sync with head
|