Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profile_plat_arches(): New function | Patrick McDermott | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | profile_prepare_install(): New function | Patrick McDermott | 2021-01-16 | 1 | -5/+5 |
| | | | | | | | | | | profile_installer_type() will be the first caller of _prof_proteanos_get_platforms() to be called, but it will be called in a subshell. As a result, _prof_proteanos_get_platforms() would be called twice. To solve this, factor out _prof_proteanos_get_platforms() calls from other functions, making them pure (subshell-safe). | ||||
* | profile_installer_type(): New function | Patrick McDermott | 2021-01-16 | 1 | -3/+3 |
| | |||||
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 1 | -8/+8 |
| | |||||
* | src/profile.sh: Remove dead return | Patrick McDermott | 2019-04-25 | 1 | -2/+0 |
| | |||||
* | src/profile.sh: Shift function arguments | Patrick McDermott | 2019-04-25 | 1 | -0/+3 |
| | |||||
* | Update remaining copyright notices | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | profile_opkg_state_dir(), profile_opkg_conf_file(): New functions | Patrick McDermott | 2019-04-19 | 1 | -4/+5 |
| | |||||
* | profile: Generate abstraction layer at run time | Patrick McDermott | 2019-04-19 | 1 | -141/+7 |
| | |||||
* | profile_get_cert_path(): Change to profile_get_cert_url() | Patrick McDermott | 2019-04-16 | 1 | -2/+4 |
| | |||||
* | profile_get_cert_path(), profile_get_root_key(): New functions | Patrick McDermott | 2019-04-16 | 1 | -0/+10 |
| | |||||
* | is_profile(): Replace [ command and prefix removal with case | Patrick McDermott | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | is_profile(): Add explicit return | P. J. McDermott | 2016-01-23 | 1 | -0/+2 |
| | |||||
* | profile_*(): Use non-exiting error() | P. J. McDermott | 2016-01-17 | 1 | -2/+4 |
| | |||||
* | profile_detect(): New function | P. J. McDermott | 2016-01-16 | 1 | -0/+14 |
| | |||||
* | profile_make_initramfs(): New function | P. J. McDermott | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | profile_find_kernel(): New function | P. J. McDermott | 2016-01-15 | 1 | -0/+9 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | profile_set(): Don't use use() | P. J. McDermott | 2015-12-07 | 1 | -1/+0 |
| | |||||
* | Move lib/*.sh to src/ | P. J. McDermott | 2015-12-06 | 1 | -0/+165 |