| History log of /src/distrib/acorn32/ramdisk/Makefile |
| Revision | | Date | Author | Comments |
| 1.27 |
| 29-Mar-2019 |
christos | Bumpity bump bump
|
| 1.26 |
| 07-Feb-2019 |
mrg | bump ramdisk sizes by 100kb for GCC 7 bloaty.
|
| 1.25 |
| 24-Jan-2017 |
christos | branches: 1.25.12; += for MAKEFS_FLAGS
|
| 1.24 |
| 11-Feb-2010 |
roy | branches: 1.24.30; 1.24.34; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.23 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.22 |
| 13-Jan-2010 |
he | Bump the ramdisk size so that the contents fits again. OK'ed by reinoud@
|
| 1.21 |
| 24-Sep-2009 |
he | Replace references to local and now no-longer-existing termcap files with references to ${DISTRIBB}/common/termcap. Hi, abs@!
|
| 1.20 |
| 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.19 |
| 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.18 |
| 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.17 |
| 25-Jan-2009 |
abs | Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.16 |
| 12-May-2008 |
he | Bump image size from 1924k to 2000k to compensate for recent bloat.
|
| 1.15 |
| 10-May-2007 |
dogcow | branches: 1.15.12; 1.15.14; 1.15.16; 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 |
| 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.13 |
| 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.12 |
| 13-Apr-2002 |
lukem | switch to libhack. minor reorder of list
|
| 1.11 |
| 10-Apr-2002 |
lukem | tweak how distrib/Makefile.inc is pulled in
|
| 1.10 |
| 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.9 |
| 31-Mar-2002 |
bjh21 | Add 4k to ramdisk image.
|
| 1.8 |
| 14-Mar-2002 |
lukem | parselist.awk - improve comments - provide a general purpose variable replacement; replace contents of ${FOO} with ENVIRON["FOO"]. - deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE} and ${MACHINE_ARCH} instead - add errx() function; like err(), but doesn't print the line number - invoke this script with various variables defined via PARSELISTENV
*/Makefile* - use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR - other minor tweaks
*/list* - replace @MACHINE@ with ${MACHINE}
|
| 1.7 |
| 12-Mar-2002 |
reinoud | Update the ramdisk building procedure after tips/hints of luke.
|
| 1.6 |
| 12-Mar-2002 |
lukem | - set IMAGESIZE (grew by 24K) and a few more free inodes, as per discussion with Reinoud - minor reorder
|
| 1.5 |
| 07-Mar-2002 |
lukem | restore functionality lost in my previous rototill: run pwd_mkdb to provide full /etc/{s,}pwd.db rather than using libhack.
xxx; still not tested
|
| 1.4 |
| 06-Mar-2002 |
lukem | Convert to new common ramdisk build infrastructure, which supports unprivileged cross builds.
XXX: untested as yet; probably needs minor image sizing tweaks
|
| 1.3 |
| 06-Mar-2002 |
lukem | replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc
|
| 1.2 |
| 30-Jan-2002 |
reinoud | Remove some old installation crud and change the terminal setting to vt100
|
| 1.1 |
| 25-Jan-2002 |
reinoud | Create initial distribution directory for NetBSD/acorn32. There might be some unused stuff in there like the floppies but i've left them here for completion. They might be interesting to build one day too.
|
| 1.15.16.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 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.24.34.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.24.30.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.25.12.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|