History log of /netbsd-src/distrib/evbarm/instkernel/ramdisk/list (Results 1 – 25 of 29)
Revision Date Author Comments
# fe29b3ea 11-Oct-2020 jmcneill <jmcneill@NetBSD.org>

Include newfs_msdos


# ff75e2ce 03-Jun-2020 rin <rin@NetBSD.org>

x_gzip need liblzma for xz support.


# 85c53f71 02-Nov-2015 riz <riz@NetBSD.org>

Add dkctl to evbarm ramdisk, so we can configure wedges.


# 699807cd 03-Aug-2013 matt <matt@NetBSD.org>

Add drvctl


# 75db6d96 28-Jun-2013 matt <matt@NetBSD.org>

Add sysctl


# bff67d91 30-Jan-2013 he <he@NetBSD.org>

Add newfs_ext2fs and mount_ext2fs, useful for installing on a hard
disk on KUROBOX_PRO.


# 3c48897f 10-Aug-2012 matt <matt@NetBSD.org>

Add mount_tmpfs


# 4b2b1348 10-Aug-2012 matt <matt@NetBSD.org>

Add fdisk/gpt/fsck_msdos


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

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


# 42f3f96f 19-Jun-2011 tsutsui <tsutsui@NetBSD.org>

Remove unnecessary gnu/usr.bin path from SRCDIRS.


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


# 1bdd7109 29-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Fix indent on common/protocols changes.


# 4764c235 07-Apr-2009 joerg <joerg@NetBSD.org>

Change ramdisks from dhclient to dhcpcd and add corresponding glue to
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.


# 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


# 6dfc4ff3 21-May-2008 rafal <rafal@NetBSD.org>

Add 'xterm' and 'ansi' to termcap.mini (and the mktermcap script which is
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full
termap DB) which frees up a bit of room to add dhclien

Add 'xterm' and 'ansi' to termcap.mini (and the mktermcap script which is
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full
termap DB) which frees up a bit of room to add dhclient and cu.

show more ...


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


12