Subject: CVS commit: pkgsrc/sysutils/mklivecd
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 10/08/2006 19:08:39
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Sun Oct  8 19:08:39 UTC 2006

Modified Files:
	pkgsrc/sysutils/mklivecd: Makefile
	pkgsrc/sysutils/mklivecd/files: livecd mklivecd.8 mklivecd.sh

Log Message:
Update to the long awaited 0.14 version with the following changes:

* Support for tmpfs, enabled via MNT_RAMFS_{ARGS,CMD}.

To use tmpfs and all the available RAM in the machine, use the
following lines in your configuration file:

	MNT_RAMFS_CMD="mount_tmpfs"
	MNT_RAMFS_ARGS="tmpfs"

By default it will default to MNT_RAMFS_CMD="mount_mfs" and
MNT_RAMFS_ARGS="-s 128m swap" to maintain compatibility with NetBSD
versions < 4.0.

* Support to mount a specific PACKAGES directory via PACKAGESDIR
  in the configuration file.
* Added CDRECORD_BIN and MKISOFS_BIN to specify alternative binaries.
* Remove MNT_FOO_ARGS, mount_null(8) is used on the root memory filesystem
  to mount all dependent directories.
* Fix booting with GNU GRUB and MULTIBOOT on >=4.0.

Please upgrade to this version and let me know if you are not
happy...


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/sysutils/mklivecd/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/mklivecd/files/livecd
cvs rdiff -r1.12 -r1.13 pkgsrc/sysutils/mklivecd/files/mklivecd.8
cvs rdiff -r1.24 -r1.25 pkgsrc/sysutils/mklivecd/files/mklivecd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.