Commit Graph

45 Commits

Author SHA1 Message Date
wiz 14dbdf5518 Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.
2001-04-06 11:13:45 +00:00
phil 31cb04f137 sysinst isn't working on the pc532, don't include it in the install fs. 2000-11-16 07:16:23 +00:00
garbled 83f61a5891 Change all ocurrences of "crunchgen" to ${CRUNCHGEN} 2000-11-01 07:57:55 +00:00
jhawk a022cf9d37 Use
${MAKE}
instead of
  make
2000-08-30 23:51:46 +00:00
cgd db755e7c76 sweep of my licenses (userland files w/o only my copyright) for
consistency.  (no functional changes)
2000-06-14 17:24:02 +00:00
cgd d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
thorpej 765e8772d7 Need /etc/netconfig. 2000-06-07 20:42:19 +00:00
lukem 78abee064b remove netstart 2000-05-13 08:07:01 +00:00
sjg 1f724b9392 use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels. 2000-05-02 16:06:45 +00:00
jonb fb98025cac Make things link again. Thanks for the hints Simon and itojun... 1999-12-30 15:59:31 +00:00
simonb 2e3036aadb Remove update from the miniroot lists. 1999-11-23 23:16:02 +00:00
simonb 56ed21ee98 Don't start update. 1999-11-23 23:00:47 +00:00
simonb 71efc75854 Don't start update. 1999-11-23 22:43:20 +00:00
simonb 1b411c7a86 Remove update from all ramdisks. 1999-11-23 22:14:22 +00:00
cgd 7aa73e55cb after checking and setting DONEPROFILE, export it so that children of the
shell (e.g.  programs and shells invoked via sysinst) don't try to run
sysinst again.  Fixes PR#7805.
1999-06-26 06:12:49 +00:00
bouyer 90d35fd201 Generate the /dist/obsolete_* files used by sysinst from the obsolete lists
in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md
obsolete list files all or a specified set and dumps it in a file, in a
subdir specified on the command line (inspired from the maketar and makeflist
files).
Use this for all the sysinst-based installs.
Untested for non-i386, and the md obsolete list may be wrong or incomplete.
Each postmaster is supposed to check this on his port.
1999-06-05 20:17:38 +00:00
tron 2f3417d997 Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
1999-05-23 07:31:19 +00:00
veego dfa799a037 Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.
1999-05-11 20:46:58 +00:00
jonb 528ffedc08 Allow the floppy directory to be built when someone does "make release"
in /usr/src on a pc532.
1999-04-11 13:22:10 +00:00
simonb 16f231aad1 Don't try to build our own pwd_mkdb when building the diskimage. 1999-04-10 03:59:58 +00:00
wrstuden ad140b77ea Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
1999-03-04 20:32:18 +00:00
garbled 851ee9e397 1) Remove all vestiges of tar from src/distrib. Use pax and appropriate
commandlines for all tar operations.  (work supplied by Matt Green)
2) Update arch/*/md.c to deal with new sysinst/run.c.  Special case
anything that needs to do a redirect or a pipe.
3) #if 0 some unused code in target.c. This code will need to be updated,
or special cased with do_system.

Big thank you to Matt for all his work on this.
1999-01-25 23:34:20 +00:00
lukem 06b0ffe181 distclean is a synonym for cleandir 1998-09-05 14:46:13 +00:00
mycroft 4462053ab3 Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
bad 4da46852f5 We don't need to manually flush the buffer cache after ``vnconfig -u''
anymore.
1998-01-26 23:50:54 +00:00
perry 3891a64da7 Add $HOME to profiles, closes pr 4323 (from Tatoku Ogaito) 1998-01-09 21:51:25 +00:00
perry 4a5428be69 RCS Id Police. 1998-01-09 18:56:42 +00:00
perry 2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
matthias 339ac3a9c1 use sysinst for installation. 1997-12-26 09:15:56 +00:00
matthias 4fcb12d5f1 no longer needed 1997-12-25 09:18:49 +00:00
matthias 2fc2223632 the install filesystem is now called inst.fs and not inst-REL.fs. 1997-12-25 09:18:04 +00:00
matthias cf8e993afb remove unneeded programs to get more space on the install floppy.
add sysinst.
change makefile to use the new mi inject-fs-into-kernel program.
1997-12-25 09:16:28 +00:00
thorpej ed4c805216 Update for changes to vnconfig(8). 1997-06-23 21:29:50 +00:00
veego 681b8b08c7 Add missing REV changes from lukem:
>Don't hardcode in the current release information; generate it
>automatically on the fly, by using
>	`sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s`
1997-05-11 08:58:56 +00:00
veego d27d7804f7 Bump the REV to 12D to get in sync with param.h and newvers.sh.
This REALLY needs to be in ONE file and not in 11 files.
1997-03-16 11:26:15 +00:00
jtc 34d9f1513d merge in 1.2 branch 1996-10-09 00:13:36 +00:00
jtc 36cd716562 merge in changes from 1.1 release branch 1995-11-28 23:56:58 +00:00
phil da34221cb9 Add a program that matches the pc532 ROM monitor download command.
This source will be part of the distribution.  It also is hacked
to be on the receiving end as well as the sending end.
This includes a CRC check, but no retransmission.  This will remove
any reference to kermit in the pc532 distribution because this
program can be used to get the distribution sets onto a pc532
over a serial line.
1995-10-06 21:00:16 +00:00
phil 84b6e2fe63 Minor updates to the distribution, things like new files in instbin,
new directories, comments to a program , deleting a binary that managed
to get checked in, ...
1995-10-03 22:30:59 +00:00
phil 2847cc6eda Forgot to include pwd_mkdb in clean. 1995-09-29 04:00:18 +00:00
phil 4c43b99084 Changes in the way we build inject.fs including copying master.passwd
from src/etc instead of /etc and then using a static linked version
of pwd_mkdb to build etc/passwd and /etc/*pwd.db via chroot.
1995-09-29 03:55:35 +00:00
phil 58aa66a652 Changes from Matthias Pfaller to have a compresed kernel AND
a compressed RAM disk root file system on the boot floppy.
So a single floppy can include vi, ppp, slip, ......
1995-09-26 21:24:41 +00:00
phil b2d6a2c531 Second try at import of pc532/floppies. 1995-09-10 06:13:41 +00:00
phil de25541834 Sorry. I imported these in the wrong place! 1995-09-10 06:09:15 +00:00
phil c002e84bbc New distribution "floppies" from Matthias Pfaller. 1995-08-27 06:36:34 +00:00