Home | History | Annotate | Download | only in instfs
History log of /src/distrib/sparc64/instfs/Makefile
RevisionDateAuthorComments
 1.19  23-Jul-2025  christos bump for clang/llvm
 1.18  17-Jan-2025  martin PR 59001: bump ramdisk images size slightly for clang builds
 1.17  09-Jan-2025  martin Bump ramdisk size to deal with bigger image for new pppd
 1.16  01-Nov-2011  martin branches: 1.16.56;
Enable INET6 in the installer
 1.15  10-Jul-2011  mrg sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.

bump the instfs size to 9MB.
 1.14  12-Mar-2010  martin Provide full terminfo.db on install media
 1.13  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.12  22-Nov-2006  martin branches: 1.12.18; 1.12.28;
Remove CRUNCHGEN_FLAGS, probably left over from a previous hack to work
around bugs in an older compiler. Nowadays the default -Os works fine.
 1.11  04-Oct-2002  martin Do not use -Os when compiling small programs for the miniroot or
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.
 1.10  08-May-2002  lukem branches: 1.10.2;
fix size of images
(i reduced them during testing and they worked then, but not when i
did a full make release. weird...)
 1.9  07-May-2002  lukem major overhaul; convert to NDWO.
this needs to build two images and one gzipped tar file:
- install.fs: to mdset into netbsd.INSTALL
- inst.tgz: contents of install.fs
- miniroot.fs: install.fs + gzipped GENERIC kernel. created using a
copy of the crunched ramdiskbin built for install.fs
share much of the miniroot.fs build goop from ../instfs/*
 1.8  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.7  25-Mar-2002  lukem use check_RELEASEDIR
 1.6  05-Mar-2002  thorpej Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
 1.5  05-Mar-2002  thorpej Use ${PRINTOBJDIR}.
 1.4  20-Jan-2002  mrg convert sparc64 to use `makefs' rather than vnd/newfs/mount. this severely
cleans up a lot of the processing here.


XXX: note that the sparc64 "INSTALL" kernel's file system has a copy of
GENERIC in /netbsd. fix this shortly.
 1.3  28-Dec-2001  mason vnconfig called incorrectly - it wants either a simple "vnd0" or a full path
to a raw device, not a full path to a cooked device.
 1.2  23-Aug-2001  mrg install the netbsd.INSTALL kernel into the release area as well.
 1.1  23-Aug-2001  mrg build an "instfs" which can be untarred for complete netboot installs.
 1.10.2.1  13-Oct-2002  lukem Pull up revision 1.11 (requested by martin in ticket #903):
Do not use -Os when compiling small programs for the miniroot or
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.
 1.12.28.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.12.18.1  05-Oct-2008  mjf Sync with HEAD.
 1.16.56.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed