Commit graph

2 commits

Author SHA1 Message Date
gdt
500df00625 update to 0.3
new script BUILD-NetBSD which is a wrapper around build.sh, setting
  OBJDIR, etc., and intended to start from a plain source tree and end
  up with a cdrom image, with or without x.  creates a manifest for
  etcmanage.  It also has an install option which does a merge of /etc
  with etcmanage, but this needs to be done on the same machine as the
  build.

  new script INSTALL-NetBSD which takes a releasedir and does a binary
  upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
  TOUCH BOOTBLOCKS).  Can be run on a machine other than the build
  host.
2006-12-02 19:04:26 +00:00
gdt
9274e46b66 etcmanage is used to update files in /etc on a BSD system
automatically.  The essential concept is that a file which was
installed automatically and has not been changed will be updated with
new versions, and modified files will not be changed.

This is 0.2
2006-03-08 20:51:47 +00:00