Home | History | Annotate | only in /src/distrib/prep/floppies/ramdisk
History log of /src/distrib/prep/floppies/ramdisk
RevisionDateAuthorComments
 1.24 15-Sep-2020  mrg bump bebox and prep image sizes for GCC 9.
 1.23 29-Dec-2019  christos 1. Remove all the special handling of variables (-d -p -P -s -S) that
were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
and LDSTATIC used to be passed before) instead of appending them
to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)
 1.22 24-Jan-2017  christos branches: 1.22.12;
+= for MAKEFS_FLAGS
 1.21 08-Aug-2014  joerg branches: 1.21.6; 1.21.10;
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.20 11-Feb-2010  roy branches: 1.20.12; 1.20.24;
Remove terminfo.db as it's now embedded in libterminfo.
 1.19 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.18 24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.17 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.16 01-May-2008  garbled Use the generated protocols file. Save another 20k or so.
 1.15 10-May-2007  dogcow branches: 1.15.12; 1.15.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.14 20-Jun-2006  garbled Add support for the SMALL install image on prep
 1.13 01-Jun-2006  garbled Make the ramdisk a little bigger
 1.12 11-May-2006  garbled I changed the ramdisk size in the kernel, but failed to change the size
of the ramdisk image. Thanks to he for catching this one.
 1.11 18-Apr-2004  dsl Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst
expect those where at least one of the language variants isn't built,
and those that are known not to have enough space (i386 ramdisk-tiny).
Files added to list.sysinst, list.sysinst.en is used when these files
cannot be added.
This might hit a size limit on another build - but I have no (sane) way of
testing it.
 1.10 02-May-2002  lukem branches: 1.10.4;
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.9 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.8 12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.7 06-Apr-2002  tsutsui Use crunchgen -d flag to set DBG in the generated makefile.
 1.6 28-Mar-2002  lukem - Be consistent how libhack is used: If extra HACKOBJS (e.g., gethost.o) are
required, define them before pulling in libhack/Makefile.inc so that the
dependencies work correctly.
- Other minor cleanups
 1.5 25-Mar-2002  lukem Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default,
as they only support reading /etc/hosts, and its the "least useful" of
the libhack routines. Add gethost.o back to Really Small media which
appears to need the space savings.
 1.4 24-Oct-2001  nonaka Fix cross-compile failure.
 1.3 13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.2 10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.1 16-Jan-2001  nonaka Add prep installer
 1.10.4.1 21-Apr-2004  jmc Pullup rev 1.11 (requested by dsl in ticket #168)

Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst
except those where at least one of the language variants isn't built,
and those that are known not to have enough space (i386 ramdisk-tiny).
Files added to list.sysinst, list.sysinst.en is used when these files
cannot be added.
 1.15.14.1 18-May-2008  yamt sync with head.
 1.15.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.15.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.20.24.1 10-Aug-2014  tls Rebase.
 1.20.12.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.21.10.1 21-Apr-2017  bouyer Sync with HEAD
 1.21.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.22.12.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.2 12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.1 16-Jan-2001  nonaka Add prep installer
 1.4 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.3 01-May-2008  garbled This file is nothing but comments. Trim it out to a stub.
 1.2 19-Apr-2004  wiz branches: 1.2.26; 1.2.28;
Spell removable with only two es. Inspired by jmc@openbsd.
 1.1 16-Jan-2001  nonaka Add prep installer
 1.2.28.1 18-May-2008  yamt sync with head.
 1.2.26.2 05-Oct-2008  mjf Sync with HEAD.
 1.2.26.1 02-Jun-2008  mjf Sync with HEAD.
 1.3 09-Jan-2020  martin PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.2 26-Jul-2003  salo branches: 1.2.32; 1.2.100; 1.2.102;
netbsd.org->NetBSD.org
 1.1 16-Jan-2001  nonaka Add prep installer
 1.2.102.1 28-Jan-2020  msaitoh Pull up following revision(s) (requested by martin in ticket #669):
distrib/playstation2/miniroot/dot.profile: revision 1.5
distrib/sparc64/instfs/dot.profile: revision 1.8
distrib/hpcarm/miniroot/dot.profile: revision 1.3
distrib/emips/miniroot/dot.profile: revision 1.2
distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16
distrib/zaurus/ramdisk/dot.profile: revision 1.4
distrib/i386/ramdisks/common/dot.profile: revision 1.7
distrib/cobalt/ramdisk/dot.profile: revision 1.2
distrib/hpcsh/miniroot/dot.profile: revision 1.5
distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3
distrib/riscv/ramdisk/dot.profile: revision 1.2
distrib/sandpoint/ramdisk/dot.profile: revision 1.2
distrib/landisk/ramdisk/dot.profile: revision 1.3
distrib/amd64/ramdisks/common/dot.profile: revision 1.4
distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14
distrib/mipsco/ramdisk/dot.profile: revision 1.3
distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2
distrib/acorn32/ramdisk/dot.profile: revision 1.4
distrib/cats/ramdisk/dot.profile: revision 1.5
distrib/vax/ramdisk/dot.profile: revision 1.10
distrib/pmax/miniroot/dot.profile: revision 1.3
distrib/sparc/miniroot/dot.profile: revision 1.16
distrib/hpcmips/miniroot/dot.profile: revision 1.8
distrib/prep/floppies/ramdisk/dot.profile: revision 1.3
distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8
distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11
distrib/ofppc/ramdisks/common/dot.profile: revision 1.2
distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9
distrib/hp300/ramdisk/dot.profile: revision 1.7
distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2
distrib/emips/ramdisk/dot.profile: revision 1.3
distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7
distrib/bebox/ramdisk/dot.profile: revision 1.2
distrib/rs6000/ramdisk/dot.profile: revision 1.2
distrib/sgimips/miniroot/dot.profile: revision 1.2
distrib/mvme68k/miniroot/dot.profile: revision 1.9
distrib/hppa/ramdisk/dot.profile: revision 1.2
distrib/luna68k/ramdisk/dot.profile: revision 1.2
distrib/sgimips/ramdisk/dot.profile: revision 1.4
distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2
distrib/evbppc/ramdisk/dot.profile: revision 1.5
distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5
distrib/pmax/ramdisk/dot.profile: revision 1.11
distrib/dreamcast/ramdisk/dot.profile: revision 1.3
distrib/arc/ramdisk/dot.profile: revision 1.5
distrib/atari/floppies/common/dot.profile: revision 1.8
PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.2.100.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.2.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.20 19-Jun-2011  tsutsui Remove unnecessary gnu/usr.bin path from SRCDIRS.
 1.19 14-Jan-2011  tsutsui branches: 1.19.4;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.18 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.17 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.16 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.15 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.14 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.13 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.12 06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.11 01-May-2008  garbled Switch to using x_ed and x_umount. x_mount didn't save much, but x_ed
saved alot: 1516140->1503104. 28k to go, and running out of ideas.
 1.10 01-May-2008  garbled Update to point to the cut-down version of protocols
 1.9 01-May-2008  garbled Remove mount_kernfs from the prep install floppy. Saves a few bytes, we
already put dmesg on there, and the prep install kernels don't have KERNFS
defined anyhow. A quick test shows it's cheaper to use dmesg than kernfs:

1528511 +kernfs +mount_kernfs -dmesg
1524332 +dmesg -kernfs -mount_kernfs
 1.8 10-May-2007  dogcow branches: 1.8.12; 1.8.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.7 09-May-2006  garbled Remove tip from prep's install media. We just don't have the room on
prep for that.
 1.6 10-Sep-2005  dsl Delete the:
SPECIAL dmesg srcdir distrib/utils/x_dmesg
line from all the ramdisk 'list' files. dmesg/Makefile will add -DSMALL
if SMALLPROG is defined (which it is by Makefile.crunch).
 1.5 17-Oct-2002  lukem Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6,
we don't need distrib/utils/x_ftp anymore...
 1.4 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.3 16-Apr-2002  kleink Remove duplicated sysinst entry.
 1.2 12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.1 16-Jan-2001  nonaka Add prep installer
 1.8.14.1 18-May-2008  yamt sync with head.
 1.8.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.8.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.19.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2 12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.1 16-Jan-2001  nonaka Add prep installer
 1.2 12-Apr-2002  lukem convert to new distrib world order.
xxx; untested
 1.1 16-Jan-2001  nonaka Add prep installer
 1.3 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.2 01-May-2008  garbled Delete glasstty lpr and vt52 entries.
 1.1 16-Jan-2001  nonaka branches: 1.1.34; 1.1.36;
Add prep installer
 1.1.36.1 18-May-2008  yamt sync with head.
 1.1.34.2 05-Oct-2008  mjf Sync with HEAD.
 1.1.34.1 02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed