Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/news68k/floppies/ramdisk/Makefile
RevisionDateAuthorComments
 1.38  01-Feb-2020  tsutsui Add and enable dhcpcd for news68k installation.

news68k has already required two floppies since 9.0
so there is no popular demand to shrink ramdisk.
 1.37  16-Nov-2018  martin branches: 1.37.2;
Bump image size
 1.36  24-Jan-2017  christos branches: 1.36.10; 1.36.12;
+= for MAKEFS_FLAGS
 1.35  23-Mar-2013  tsutsui branches: 1.35.14; 1.35.18;
Remove rarely maintained and required non-en translations.
 1.34  13-Mar-2011  he branches: 1.34.4; 1.34.10;
Bump the install image size from 1.5 to 1.6M so that it fits again.
 1.33  24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.32  20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.31  23-Jan-2009  tsutsui Use small src/distrib/common/protocols.
 1.30  08-Nov-2008  he Bump install ramdisk image size from 1440k to 1500k, so that it fits again.
The install kernel is subsequently compressed, so there should be nothing
magic about the 1440k constant.
 1.29  10-May-2007  dogcow branches: 1.29.12; 1.29.20;
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.28  05-May-2002  jdolecek need to include Makefile.distrib here now
 1.27  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.26  26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.25  06-Apr-2002  tsutsui Set DBG=-Os for libhack.
 1.24  01-Apr-2002  lukem ensure all sysinst-using makefs generated images have at least 15 inodes free,
and be consistent how MAKEFS_FLAGS is defined.
 1.23  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.22  28-Mar-2002  lukem minor tweak to IMAGEDEPENDS
 1.21  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.20  18-Mar-2002  tsutsui Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media.
Pointed out by lukem.
 1.19  16-Mar-2002  tsutsui Switch to the new common ramdisk build infrastructure.
 1.18  04-Feb-2002  tsutsui Sync with newsmips:
> use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync
> with HACKSRC/Makefile.inc
 1.17  23-Jan-2002  tsutsui On clean target, try to make -f ramdiskbin.mk clean first if it exists.
 1.16  17-Jan-2002  tsutsui ${SIZE} -> ${RAMDISKSIZE} to avoid conflict with toolchain.
 1.15  09-Nov-2001  tsutsui Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it
is more portable and works with the latest "vnconfig".

XXX news68k (and alpha) use /dev/vnd0c to installboot vnd images..
 1.14  13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.13  10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.12  19-Mar-2001  tsutsui Pull more functions (but except gethost.c) into libhack.o.
Saves ~2.3kbytes.
 1.11  31-Jan-2001  tsutsui Remove "COPTS= -Os". It is now specified in util/libhack/Makefile.inc.
 1.10  01-Nov-2000  garbled Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
 1.9  30-Aug-2000  jhawk Use
${MAKE}
instead of
make
 1.8  11-Jun-2000  tsutsui branches: 1.8.2;
- Build an INSTALL kernel on the separate directory.
- Install an INSTALL kernel and boot.fs image to RELEASEDIR.
 1.7  10-Jun-2000  tsutsui Remove include bsd.own.mk. It is included by bsd.subdir.mk.
 1.6  09-Jun-2000  tsutsui Remove unused ${GEOM}.
 1.5  09-Jun-2000  tsutsui Pass ${DESTDIR} to runlist.sh.
 1.4  08-Jun-2000  tsutsui Add "COPTS= -Os" for building libhack.o.
 1.3  02-May-2000  sjg use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.2  13-Mar-2000  tsutsui Try to make the install floppy work on 4MB machines:
- reduce memory disk size
- use x_dd, x_ifconfig and x_route
- use libhack.o (sync with i386)
- don't use mfs as /tmp

Tested by Luigi Filippini <filippini@tiscali.it> and me.
 1.1  09-Dec-1999  tsutsui branches: 1.1.2;
Initial import of news68k port.
 1.1.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.8.2.1  25-Mar-2002  he Apply patch (requested by he):
Introduce dependency between ramdisk/miniroot construction and
osrelease.sh, to better support UPDATE builds of releases.
 1.29.20.1  24-Jan-2009  snj Pull up following revision(s) (requested by tsutsui in ticket #314):
distrib/news68k/floppies/ramdisk/Makefile: revision 1.31
distrib/news68k/floppies/ramdisk/list: revision 1.23
Use small src/distrib/common/protocols.
 1.29.12.1  05-Oct-2008  mjf Sync with HEAD.
 1.34.10.1  23-Jun-2013  tls resync from head
 1.34.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.35.18.1  21-Apr-2017  bouyer Sync with HEAD
 1.35.14.1  20-Mar-2017  pgoyette Sync with HEAD
 1.36.12.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.36.12.1  10-Jun-2019  christos Sync with HEAD
 1.36.10.1  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.37.2.1  10-Feb-2020  martin Pull up following revision(s) (requested by tsutsui in ticket #681):

distrib/news68k/floppies/ramdisk/Makefile: revision 1.38
sys/arch/news68k/conf/INSTALL: revision 1.66

Add and enable dhcpcd for news68k installation.
news68k has already required two floppies since 9.0
so there is no popular demand to shrink ramdisk.

RSS XML Feed