This email list is read-only. Emails sent to this list will be discarded
----------------------------------
image-creator | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit 1ee9a78d8567592387892bf23d2ba064b8278b6e
Author: Bob Spencer <[EMAIL PROTECTED]>
Date: Mon Sep 15 11:11:49 2008 -0700
Fixed image-creator help output. One mispelling and a little confusion on
usb-image options listed
Diff in this email is a maximum of 400 lines.
diff --git a/image-creator b/image-creator
index 69c3347..4432b55 100755
--- a/image-creator
+++ b/image-creator
@@ -291,23 +291,23 @@ Examples:
--project-name='MyProject'
<Create a image>
- image-creator --command=|create-live-usb \\
- |create-live-usbrw \\
- |create-install-usb] \\
- |create-live-iso \\
- |create-nand \\
- --project-name='Myproject' \\
- --target-name='MyTraget' \\
+ image-creator --command= [ create-live-usb | \\
+ create-live-usbrw | \\
+ create-install-usb | \\
+ create-live-iso | \\
+ create-nand ] \\
+ --project-name='MyProject' \\
+ --target-name='MyTarget' \\
--image-name='MyImage'
<Save a project>
image-creator --command=save-project \\
- --project-name='Myproject' \\
+ --project-name='MyProject' \\
--file-name='file_name_to_save_project'
<Load a saved project>
image-creator --command=load-project \\
- --project-name='Myproject' \\
+ --project-name='MyProject' \\
--file-name='file_name_of_saved_project'
--project-path='path_to_restore_project_to'
"""
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits