# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.646 2006/07/19 21:39:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.647 2006/07/19 21:53:53 wolf31o2 Exp $
+
+ 19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ examples/livecd-stage2_template.spec:
+ Added description for livecd/fsops to livecd-stage2's spec template.
19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/support/livecdfs-update.sh:
# livecd/fstype: squashfs
livecd/fstype:
+# The fsops are a list of optional parameters that can be passed to the tool
+# which will create the filesystem specified in livecd/fstype. It is valid for
+# the following fstypes: squashfs, jffs, jffs2, cramfs
+# example:
+# livecd/fsops: -root-owned
+livecd/fsops:
+
# The cdtar is essentially the bootloader for the CD. It also holds the main
# configuration for the bootloader. On x86/amd64, it also can include a small
# memory testing application, called memtest86+.