Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profile_plat_arches(): Clean platform name | Patrick McDermott | 2021-01-16 | 1 | -0/+1 |
| | | | | Fixes error if platform name contains a hyphen. | ||||
* | profile_plat_arches(): New function | Patrick McDermott | 2021-01-16 | 1 | -0/+11 |
| | |||||
* | profile_make_initramfs(): Remove all but /boot | Patrick McDermott | 2021-01-16 | 1 | -0/+6 |
| | |||||
* | profile_make_initramfs(): Return 0 | Patrick McDermott | 2021-01-16 | 1 | -1/+1 |
| | | | | | This was probably meant as a default case if the kernel is unsupported, but it's the only return statement in the function. | ||||
* | profile_make_initramfs(): Rerun install-lilo | Patrick McDermott | 2021-01-16 | 1 | -0/+4 |
| | |||||
* | Revert "installer/pcramfs: Make RAM FS twice" | Patrick McDermott | 2021-01-16 | 1 | -1/+0 |
| | | | | | | This reverts commit 6e4e840980f3da36b995b0470d18e2e7ecd0a456. This didn't work. | ||||
* | Revert "profile_make_initramfs(): Remove all but /boot" | Patrick McDermott | 2021-01-16 | 1 | -12/+1 |
| | | | | This reverts commit 7efef6434e0d4101b04cbce538526c31dcbd8ae2. | ||||
* | profile_make_initramfs(): Remove all but /boot | Patrick McDermott | 2021-01-16 | 1 | -1/+12 |
| | |||||
* | installer/pcramfs: Make RAM FS twice | Patrick McDermott | 2021-01-16 | 1 | -0/+1 |
| | | | | | | | Fixes: Mapping RAM disk /boot/initrd.img Fatal: open /boot/initrd.img: No such file or directory | ||||
* | profile_make_initramfs(): Write RAM FS into system | Patrick McDermott | 2021-01-16 | 1 | -1/+2 |
| | |||||
* | profile: Simplify function parameters | Patrick McDermott | 2021-01-16 | 1 | -26/+24 |
| | | | | | Save mirror and suite arguments in profile_prepare_install(), then use them in other profile functions. | ||||
* | profile_prepare_install(): New function | Patrick McDermott | 2021-01-16 | 1 | -19/+15 |
| | | | | | | | | | | 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 | -0/+21 |
| | |||||
* | profile/proteanos: Use archive's Platforms file | Patrick McDermott | 2021-01-16 | 1 | -27/+73 |
| | |||||
* | profile/proteanos: Move init script to S00 | Patrick McDermott | 2020-12-10 | 1 | -2/+2 |
| | |||||
* | profile/proteanos: Install base-files, config-base | Patrick McDermott | 2020-12-10 | 1 | -4/+5 |
| | | | | Not all essential packages. | ||||
* | profile/proteanos: Don't run cut link during init | Patrick McDermott | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | profile/proteanos: Make constant names uppercase | Patrick McDermott | 2020-07-02 | 1 | -4/+4 |
| | |||||
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 1 | -11/+11 |
| | |||||
* | Revert "profile/proteanos: Don't add src feeds by default" | Patrick McDermott | 2020-07-02 | 1 | -0/+9 |
| | | | | This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f. | ||||
* | profile/proteanos: Don't add src feeds by default | Patrick McDermott | 2020-07-02 | 1 | -9/+0 |
| | |||||
* | profile/proteanos: Remove useless newline in feeds | Patrick McDermott | 2020-07-02 | 1 | -1/+0 |
| | | | | install_find_pkgs() filters out only "src" and "src/gz" lines. | ||||
* | profile/proteanos: Use feeds found in manifest | Patrick McDermott | 2020-07-02 | 1 | -0/+8 |
| | |||||
* | profile/proteanos: Cache feeds manifest | Patrick McDermott | 2020-07-02 | 1 | -3/+8 |
| | |||||
* | profile/proteanos: Add missing var declaration | Patrick McDermott | 2020-07-01 | 1 | -0/+1 |
| | |||||
* | profile/proteanos: Add base section | Patrick McDermott | 2020-07-01 | 1 | -1/+1 |
| | | | | Missing from commit 18a78f7e70edc6990ae7226e7f9319a57edff89e. | ||||
* | profile/proteanos: Add "src" section feed | Patrick McDermott | 2020-06-24 | 1 | -1/+2 |
| | |||||
* | profile/proteanos: Add more section feeds | Patrick McDermott | 2020-06-24 | 1 | -1/+10 |
| | |||||
* | profile/proteanos: Fix multiline wget command | Patrick McDermott | 2019-09-30 | 1 | -1/+1 |
| | | | | | | Fixes: ./prokit: 3551: ./prokit: ftp://files.proteanos.com/pub/proteanos-mirrors-ftp: not found | ||||
* | profile/proteanos: Support FTP mirrors | Patrick McDermott | 2019-08-05 | 1 | -1/+3 |
| | |||||
* | profile/proteanos: Change opkg.conf location | Patrick McDermott | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | src/profile/proteanos.sh: Delimit command operands | Patrick McDermott | 2019-04-25 | 1 | -7/+7 |
| | |||||
* | src/profile/proteanos.sh: Shift function arguments | Patrick McDermott | 2019-04-25 | 1 | -0/+14 |
| | |||||
* | Update remaining copyright notices | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-19 | 1 | -1/+1 |
| | |||||
* | profile_opkg_state_dir(), profile_opkg_conf_file(): New functions | Patrick McDermott | 2019-04-19 | 1 | -0/+12 |
| | |||||
* | 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/+14 |
| | |||||
* | prof_proteanos_feeds(): Append ".gz" to list names | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | prof_proteanos_feeds(): Drop "/Packages.gz" output | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | prof_proteanos_make_initramfs(): Make /init link | P. J. McDermott | 2016-01-24 | 1 | -0/+10 |
| | |||||
* | Always use rm's -f option | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | prof_proteanos_make_initramfs(): Add CRC | P. J. McDermott | 2016-01-16 | 1 | -1/+2 |
| | |||||
* | profile_detect(): New function | P. J. McDermott | 2016-01-16 | 1 | -0/+12 |
| | |||||
* | profile_make_initramfs(): New function | P. J. McDermott | 2016-01-15 | 1 | -0/+15 |
| | |||||
* | profile_find_kernel(): New function | P. J. McDermott | 2016-01-15 | 1 | -1/+21 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | src/profile/proteanos.sh: Use ${WGET} | P. J. McDermott | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | Move lib/profile/*.sh to src/profile/ | P. J. McDermott | 2015-12-07 | 2 | -0/+260 |