#
cfe932b7 |
| 05-Dec-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use proper release version strings ("9.1" rather than "91") in banners.
Also define and use "MACHINE" variable to describe port names (no uname(1) or sysctl(8) in miniroot binary list by default).
Use proper release version strings ("9.1" rather than "91") in banners.
Also define and use "MACHINE" variable to describe port names (no uname(1) or sysctl(8) in miniroot binary list by default).
I guess the short format like "91" by ${DISTRIBREV} was used only for split sets for floppies in 1990's releases.
Worth to pullup to netbsd-9.
show more ...
|
#
57e444b1 |
| 19-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Fix indent.
|
#
7498791c |
| 19-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Remove unnecessary gnu/usr.bin path from SRCDIRS.
|
#
cc6f72c3 |
| 19-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now since installation file systems might be flooded by -llzma.
|
#
a4d1043e |
| 14-Jan-2011 |
tsutsui <tsutsui@NetBSD.org> |
Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
#
bb3a3538 |
| 05-Feb-2010 |
roy <roy@NetBSD.org> |
Use the rescue terminfo.db in our images instead of termcap.
|
#
2087c24e |
| 02-Jan-2010 |
tsutsui <tsutsui@NetBSD.org> |
Remove -ledit and -lmagic from LIBS.
No program requires -ledit in crunched SMALLPROG case, and miniroot doesn't have /usr/bin/file which requires -lmagic. (sparc had it but it was removed in distri
Remove -ledit and -lmagic from LIBS.
No program requires -ledit in crunched SMALLPROG case, and miniroot doesn't have /usr/bin/file which requires -lmagic. (sparc had it but it was removed in distrib/sparc/miniroot/list rev 1.29)
show more ...
|
#
6f653b39 |
| 20-Sep-2009 |
abs <abs@NetBSD.org> |
${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
#
7fb2fc21 |
| 18-Sep-2009 |
abs <abs@NetBSD.org> |
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 f
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.
show more ...
|
#
1bdd7109 |
| 29-Apr-2009 |
tsutsui <tsutsui@NetBSD.org> |
Fix indent on common/protocols changes.
|
#
7a3d3939 |
| 25-Jan-2009 |
abs <abs@NetBSD.org> |
Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
#
fdf6250e |
| 06-May-2008 |
dyoung <dyoung@NetBSD.org> |
Add -lprop to the LIBS line so that ifconfig will link.
|
#
c1583b0d |
| 10-May-2007 |
dogcow <dogcow@NetBSD.org> |
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 appea
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.)
show more ...
|
#
5d2216c7 |
| 27-Dec-2003 |
martin <martin@NetBSD.org> |
More crunchgen lists needing -lz now for new gzip. Noticed by Markus W Kilbinger.
|
#
a996f679 |
| 31-Mar-2003 |
tron <tron@NetBSD.org> |
Link crunched binary with "-lmagic" required for file(1).
|
#
0647769f |
| 29-May-2002 |
lukem <lukem@NetBSD.org> |
- fix permissions on generated install.sub - COPY install & upgrade with 555 (not 755) perms - sort some entries
|
#
535cb8be |
| 07-May-2002 |
lukem <lukem@NetBSD.org> |
enable (default) libhack for all miniroots. for atari, also add gethost.o (as before)
|
#
9e559822 |
| 26-Apr-2002 |
lukem <lukem@NetBSD.org> |
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
#
8f603e22 |
| 13-Apr-2002 |
lukem <lukem@NetBSD.org> |
consistency cleanup
|
#
a8025d95 |
| 06-Mar-2002 |
lukem <lukem@NetBSD.org> |
Commit work-in-progess rototill of distrib/miniroot and associated machine dependent files:
- Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a l
Commit work-in-progess rototill of distrib/miniroot and associated machine dependent files:
- Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file.
- Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc.
- Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this!
- This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
show more ...
|
#
1c453dd5 |
| 28-Aug-2000 |
leo <leo@NetBSD.org> |
Oops, link x_route to route...
|
#
38826928 |
| 27-Aug-2000 |
leo <leo@NetBSD.org> |
Use x_ed and x_route to save space on the miniroot.
|
#
ceff2dc6 |
| 07-Jun-2000 |
thorpej <thorpej@NetBSD.org> |
Need /etc/netconfig.
|
#
2e3036aa |
| 23-Nov-1999 |
simonb <simonb@NetBSD.org> |
Remove update from the miniroot lists.
|
#
973b1403 |
| 18-Oct-1999 |
pk <pk@NetBSD.org> |
Use utils/x_ping (so we don't have to include libipsec in the miniroot).
|