14 Commits

Author SHA1 Message Date
Wataru Ishida
224fe6a7cf [wip] tools: python3
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
2020-02-18 01:43:13 -08:00
Jeffrey Townsend
d554708b87 Merge pull request #479 from OrdnanceNetworks/fix-onlversion-subst
mkinstaller.py: Substitude ONLVERSION in installer.sh.in template
2018-12-26 09:09:56 -08:00
Jeffrey Townsend
96a697bdcc Tool updates to support armhf. 2018-12-25 15:42:07 +00:00
Sergey Popovich
ce306bfe03 mkinstaller.py: Substitude ONLVERSION in installer.sh.in template
To show ONL version at image installation time add --onl-version
option to mkinstaller.py and pass VERSION_STRING to it.

Fixes: 9a98e40c09 ("Use the new mkinstaller script.")
Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co>
2018-11-07 00:03:42 +02:00
Andreas Rammhold
a4cefaf8f5 tools: use /usr/bin/python2 instead of /usr/bin/python
python3 is starting to become the default on all major distributions.
Using `/usr/bin/python2` should be safe for the near future.
2017-06-30 11:40:29 +02:00
Jeffrey Townsend
f10add085e Plugins are optional. 2016-11-29 17:39:36 +00:00
Carl D. Roth
d7958005f3 Updated plugin api
- single run() method is called with a mode argument
- plugin objects are persistent (re-entrant) for the lifetime of the install
- installer grovels the filesystem and/or zip file for plugin files
2016-11-28 12:06:22 -08:00
Carl D. Roth
486f375b4a mkinstaller.py now handles pre/post hooks 2016-11-16 18:57:34 -08:00
Jeffrey Townsend
0353c52c9d Make boot-config files optional. 2016-11-09 22:23:16 +00:00
Jeffrey Townsend
060958edd0 Option to add additional custom files. 2016-08-28 18:44:23 +00:00
Shengzhou Liu
1ed3041b9d Add arm64 support for build and installer 2016-08-17 00:57:01 +08:00
Jeffrey Townsend
a71c786f47 Modified to support absolute paths. 2016-08-12 20:55:33 +00:00
Jeffrey Townsend
e508a8160b Add option to include directory contents in the installer image. 2016-08-12 19:02:13 +00:00
Jeffrey Townsend
14dd72b0ed mkinstaller
New script to automate the installer generation and inputs for different build configurations.
2016-07-11 21:54:50 +00:00