History log of /netbsd-current/distrib/sgimips/ramdisk/list
Revision Date Author Comments
# 1.20 18-Jun-2011 tsutsui

Remove unnecessary gnu/usr.bin path from SRCDIRS.


# 1.19 18-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.18 14-Jan-2011 tsutsui

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


# 1.17 11-Feb-2010 roy

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


# 1.16 05-Feb-2010 roy

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


# 1.15 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.14 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.13 20-Sep-2009 abs

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


# 1.12 20-Sep-2009 abs

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


# 1.11 29-Apr-2009 tsutsui

Fix indent and sort some entries.


# 1.10 07-Apr-2009 joerg

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


# 1.9 25-Jan-2009 abs

branches: 1.9.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions


# 1.8 06-May-2008 dyoung

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


# 1.7 10-May-2007 dogcow

branches: 1.7.12; 1.7.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.6 28-Feb-2005 sekiya

Build the DHCP client, use more x_utilities, and in general sync with other
ports. There's still something weird about bpf that prevents a pure DHCP
install from succeeding, but it's closer than it was.


# 1.5 25-Dec-2003 martin

Add -lz, now needed by gzip.


# 1.4 13-Nov-2003 sekiya

The bootloader names appeared in many more places than I originally
thought. This commit should, finally, take care of all instances.


# 1.3 30-Dec-2002 pooka

reflect boot.ip32


# 1.2 17-Jul-2002 rafal

Fix PR port-sgimips/17567: sysinst wasn't installing/upgrading bootblocks on
the new disk. This requires my previous changes to sgivol to get a non-
interactive mode. While here, change the way sysinst invoked sgivol (it
called system(), now it uses run_prog()) so we don't mess up the logging
and scripting contexts.


# 1.1 21-May-2002 rafal

branches: 1.1.2;
Release machinery for port-sgimips; original work by Scott Taylor (sgimips
at mrynet.com), NDWO-ified by me (so all bugs are probably my fault).


# 1.1.2.1 18-Jul-2002 lukem

Pull up revision 1.2 (requested by rafal in ticket #521):
Fix PR port-sgimips/17567: sysinst wasn't installing/upgrading bootblocks on
the new disk. This requires my previous changes to sgivol to get a non-
interactive mode. While here, change the way sysinst invoked sgivol (it
called system(), now it uses run_prog()) so we don't mess up the logging
and scripting contexts.


# 1.7.14.1 18-May-2008 yamt

sync with head.


# 1.7.12.2 05-Oct-2008 mjf

Sync with HEAD.


# 1.7.12.1 02-Jun-2008 mjf

Sync with HEAD.


# 1.9.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.18.4.1 23-Jun-2011 cherry

Catchup with rmind-uvmplock merge.