Subject: CVS commit: pkgsrc/sysutils/mklivecd
From: Juan Romero Pardines
Date: 2008-03-27 21:54:09
Message id: 20080327205409.3E999175D0@cvs.netbsd.org

Log Message:
Update to 0.16 (leaf package):

* Introduce the MOUNT_{PACKAGES,PKGSRC,PKGSRCDIST}_DIR options in the
  configuration file, to use null mounts for them. By default neither
  of these directories will be mounted by default.

* Introduce the concept of 'targets done'. If the user tries to issue
  a 'base' target before the 'kernel' target an error message will be
  printed and an appropiate error code returned (just an example, it is
  done for all required targets). This is useful to avoid silly things
  like:

  [mklivecd kernel target was skipped here]

  $ mklivecd base
  $ mklivecd chroot
  $ mklivecd iso

  Obviously the 'iso' target failed because it couldn't find some
  required files.

Files:
RevisionActionfile
1.45modifypkgsrc/sysutils/mklivecd/Makefile
1.19modifypkgsrc/sysutils/mklivecd/files/mklivecd.8
1.47modifypkgsrc/sysutils/mklivecd/files/mklivecd.sh