Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:extension_for_settings [2013/11/23 06:10] – georgp24 | wiki:extension_for_settings [2014/01/31 22:25] (current) – [Examples] tinypoodle | ||
---|---|---|---|
Line 17: | Line 17: | ||
To make a extension called “myext1.tcz, | To make a extension called “myext1.tcz, | ||
- | < | + | < |
cd / | cd / | ||
mksquashfs ext1/ myext1.tcz</ | mksquashfs ext1/ myext1.tcz</ | ||
Line 41: | Line 41: | ||
Now, to make the extension called “extpack.tcz” type: | Now, to make the extension called “extpack.tcz” type: | ||
- | < | + | < |
cd /home/tc | cd /home/tc | ||
mksquashfs extpack/ extpack.tcz</ | mksquashfs extpack/ extpack.tcz</ | ||
Line 50: | Line 50: | ||
For another actual example of making an extension for settings, see [[Printer Setup Using Cups]]. | For another actual example of making an extension for settings, see [[Printer Setup Using Cups]]. | ||
+ | |||
+ | ===Unpack extensions=== | ||
+ | |||
+ | If you want to update e.g. the extpack.tcz extension in the previous example and do not have the original files available you can unpack the extension using this command: | ||
+ | |||
+ | < | ||
+ | |||
+ | The documentation for unsquashfs can be found here: | ||
+ | [[http:// | ||
==== Load Order ==== | ==== Load Order ==== |