diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-29 16:12:51 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-29 16:12:51 +0100 |
commit | 5abae435f0cb239b70878968e040d61a6730b897 (patch) | |
tree | b133279e7be6ce161267f458c65a8bec5f1243d8 /recipes/README | |
parent | afa6f05e2e0d784250ab6408ff13152920d74495 (diff) | |
download | libguestfs-5abae435f0cb239b70878968e040d61a6730b897.tar.gz libguestfs-5abae435f0cb239b70878968e040d61a6730b897.tar.xz libguestfs-5abae435f0cb239b70878968e040d61a6730b897.zip |
Squashfs recipe.
Diffstat (limited to 'recipes/README')
-rw-r--r-- | recipes/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/README b/recipes/README index 6f7e2558..88b3919e 100644 --- a/recipes/README +++ b/recipes/README @@ -7,8 +7,8 @@ http://et.redhat.com/~rjones/libguestfs/recipes.html The format for each recipe is: foo.sh Shell script, using guestfish. - foo.html HTML snippet describing the recipe (should start - with <h2>..</h2> giving the title of the recipe) + foo.title The title of the recipe. + foo.html HTML snippet describing the recipe. foo.example Plain text snippet showing example output. Everything in the recipes/ directory may be used and distributed |