summaryrefslogtreecommitdiffstats
path: root/helper/string.inc
Commit message (Collapse)AuthorAgeFilesLines
* helpers/includes now should include an __init function and not just do stuff ↵Simon Rettberg2014-07-271-6/+0Star
| | | | right away when being sourced
* !! Split up 'mltk' into 'mltk' and 'openslx' !!Simon Rettberg2014-01-021-4/+4
| | | | | | | | | | 'mltk remote' is now 'mltk' 'mltk server' is now 'openslx' Also changed the export type (-e) stage31 to 'cpio' and stage32 and addons to 'sqfs' It should describe what it's packed as, not what the meaning of the content is; you can already tell from the file name.
* <BREAKING> Start to implement distribution specific module configs instead ofSimon Rettberg2013-07-291-0/+9
| | | | | just packet-manager specific. This requires adapting the configs of all modules (but not their build scripts)
* [helper] Add key-value utilSimon Rettberg2013-06-061-0/+5
| | | | | | | Can be used to add simple key-value-pairs to files. It will error if the given key already exists and has a different value. If it does not exist in the target file, it will be appended/created. Otherwise, nothing will be done.
* kernel compile preparationsJonathan Bauer2013-04-171-0/+9
|
* canonicalize function for pathsroot2013-02-251-0/+5
|
* Add add_user function to add users and groups to the systemSimon Rettberg2013-02-211-0/+9
Add qnd_exit to stop the entire mltk script from within a function