History log of /netbsd-src/distrib/alpha/instkernel/ramdisk/list (Results 1 – 25 of 46)
Revision Date Author Comments
# 8311c2da 01-Oct-2018 martin <martin@NetBSD.org>

Make gzip on some crunched install media support xz decompression
(just like our base version does).


# 89ca4088 02-Aug-2014 martin <martin@NetBSD.org>

Add raidctl


# df862fd9 03-Jul-2011 tron <tron@NetBSD.org>

Update location of "less" source directory to the build of various
install medias.


# 1214fe00 21-Jun-2011 tsutsui <tsutsui@NetBSD.org>

Revert rev 1.42 which is not necessary after rev 1.41.


# 242e52e2 20-Jun-2011 he <he@NetBSD.org>

Add -lbz2 and -llzma so that this links again.


# ea0c2e2d 20-Jun-2011 tsutsui <tsutsui@NetBSD.org>

Fix pasto botch.


# 3465cbe0 19-Jun-2011 tsutsui <tsutsui@NetBSD.org>

Fix indent.


# 91502ada 19-Jun-2011 tsutsui <tsutsui@NetBSD.org>

Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now
since installation file systems might be flooded by -llzma.


# 7e57c1a4 14-Jan-2011 tsutsui <tsutsui@NetBSD.org>

Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp


# 0adc6cef 11-Feb-2010 roy <roy@NetBSD.org>

Remove terminfo.db as it's now embedded in libterminfo.


# bb3a3538 05-Feb-2010 roy <roy@NetBSD.org>

Use the rescue terminfo.db in our images instead of termcap.


# 2108b543 20-Sep-2009 abs <abs@NetBSD.org>

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) t

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...

show more ...


# bdf4da2b 20-Sep-2009 abs <abs@NetBSD.org>

Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...


# 6f653b39 20-Sep-2009 abs <abs@NetBSD.org>

${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services


# 5edb6206 20-Sep-2009 abs <abs@NetBSD.org>

Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)


# 7fb2fc21 18-Sep-2009 abs <abs@NetBSD.org>

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 f

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.

show more ...


# 06add237 29-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Fix indent and sort some entries.


# 354a9e7c 04-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Also put bootxx_ffsv2 into installation ramdisk.

XXX: is it worth to put bootxx_lfs nowadays?


# ffe81262 29-Mar-2009 tsutsui <tsutsui@NetBSD.org>

Remove gnu/usr.bin from SRCDIRS.
No necessary files there since we have got non-GPLed src/usr.bin/gzip.


# ab3ad943 29-Mar-2009 tsutsui <tsutsui@NetBSD.org>

Remove kernfs and use dmesg(8) on alpha INSTALL kernel.


# 7a3d3939 25-Jan-2009 abs <abs@NetBSD.org>

Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions


# fdf6250e 06-May-2008 dyoung <dyoung@NetBSD.org>

Add -lprop to the LIBS line so that ifconfig will link.


# c1583b0d 10-May-2007 dogcow <dogcow@NetBSD.org>

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 appea

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.)

show more ...


# 5d2216c7 27-Dec-2003 martin <martin@NetBSD.org>

More crunchgen lists needing -lz now for new gzip.
Noticed by Markus W Kilbinger.


# 001c68bd 10-Jul-2003 lukem <lukem@NetBSD.org>

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

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.

show more ...


12