summaryrefslogtreecommitdiff
path: root/sdk.write
Commit message (Collapse)AuthorAgeFilesLines
* Fix date in SDK write extensionRichard Maw2014-03-181-1/+1
|
* Request grep operate in text mode, even for large blobRichard Maw2014-03-141-1/+1
| | | | | This worked for busybox's grep, since it treats all files as text anyway and ignores the option.
* Add write extension for constructng sdk installer blobsRichard Maw2014-03-071-0/+284
This produces a shell installer blob, like shar or makeself, which extracts the rootfs and configures it to use libraries inside the target directory, rather than the host's, so it should work independently of what the user has installed.