Added description for livecd/fsops to livecd-stage2's spec template.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Jul 2006 21:53:53 +0000 (21:53 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 19 Jul 2006 21:53:53 +0000 (21:53 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1162 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
examples/livecd-stage2_template.spec

index d40cdc7b61fdef4636a274f936e6cc6382c60274..5c41d30e4e7dd2b95241ec36cc7fac63626f1306 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # 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:
index 3fa956f53e85fff26eb53a0f943a0759cf96773a..34068fae6d3c2e26a4e8303c8dc5ae4b0cbde3c4 100644 (file)
@@ -89,6 +89,13 @@ kerncache_path:
 # 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+.