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:
http://cgit.sugarlabs.org/~FGrose/soas/sugar-clone-extensions.git/tree/editliveos
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 17 June 2012.
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
|http://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/sugar-clone/edit-liveos.py
|https://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/editliveos/editliveos.py
|http://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/sugar-clone/edit-liveos.py#line4|800|600|1}}
|https://git.sugarlabs.org/~FGrose/soas/sugar-clone-extensions/blobs/master/editliveos/editliveos.py#line4|800|600|1}}