Sugar on a Stick/Sugar Clone: Difference between revisions
→editliveos.help: update for script changes |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{Message|'''Latest news''': | {{Message|'''Latest news''': | ||
'''23 September 2012''': I've updated editliveos.py with bug fixes and simplifications. Run it in from a folder with these files: | '''23 September 2012''': I've updated editliveos.py with bug fixes and simplifications. Run it in from a folder with these files: | ||
https://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/trees/master/editliveos | |||
There is also a new Bash script, LiveOS-merge, for merging a LiveOS snapshot and refreshing an installation with the new image. (A new | There is also a new Bash script, LiveOS-merge, for merging a LiveOS snapshot and refreshing an installation with the new image. (A new | ||
| Line 170: | Line 170: | ||
* With edit-liveos (disk-to-iso), a nearly-consumed overlay can be refreshed by rebuilding the system into a new, SquashFS image that re[[wikipedia:Sparse_file|sparse]]s the system files and repackages them into an iso installation file for reuse or distribution. | * With edit-liveos (disk-to-iso), a nearly-consumed overlay can be refreshed by rebuilding the system into a new, SquashFS image that re[[wikipedia:Sparse_file|sparse]]s the system files and repackages them into an iso installation file for reuse or distribution. | ||
====editliveos.help==== | ====editliveos.help==== | ||
Below is the output of editliveos --help in a working version from | Below is the output of editliveos --help in a working version from 25 January 2013. | ||
{{Show|'''editliveos.py --help'''|<pre>Usage: | {{Show|'''editliveos.py --help'''|<pre>Usage: | ||
editliveos.py: [options] <LiveOS_source> | editliveos.py: [options] <LiveOS_source> | ||
| Line 417: | Line 417: | ||
The script code is below: | The script code is below: | ||
{{Iframe | {{Iframe | ||
| | |https://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/editliveos/editliveos.py | ||
| | |https://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/editliveos/editliveos.py#line4|800|600|1}} | ||