summaryrefslogtreecommitdiffstats
path: root/src/profile/proteanos.sh
Commit message (Collapse)AuthorAgeFilesLines
* prof_proteanos_make_initramfs(): Also delete dirsPatrick McDermott2021-01-171-0/+4
|
* profile/proteanos: Add default suite "rel/trunk"Patrick McDermott2021-01-171-0/+1
|
* profile/proteanos: Make "rel" the default channelPatrick McDermott2021-01-171-1/+1
|
* prof_proteanos_make_initramfs(): BCJ is arch-depPatrick McDermott2021-01-171-1/+1
|
* profile_plat_arches(): Clean platform namePatrick McDermott2021-01-161-0/+1
| | | | Fixes error if platform name contains a hyphen.
* profile_plat_arches(): New functionPatrick McDermott2021-01-161-0/+11
|
* profile_make_initramfs(): Remove all but /bootPatrick McDermott2021-01-161-0/+6
|
* profile_make_initramfs(): Return 0Patrick McDermott2021-01-161-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-liloPatrick McDermott2021-01-161-0/+4
|
* Revert "installer/pcramfs: Make RAM FS twice"Patrick McDermott2021-01-161-1/+0
| | | | | | This reverts commit 6e4e840980f3da36b995b0470d18e2e7ecd0a456. This didn't work.
* Revert "profile_make_initramfs(): Remove all but /boot"Patrick McDermott2021-01-161-12/+1
| | | | This reverts commit 7efef6434e0d4101b04cbce538526c31dcbd8ae2.
* profile_make_initramfs(): Remove all but /bootPatrick McDermott2021-01-161-1/+12
|
* installer/pcramfs: Make RAM FS twicePatrick McDermott2021-01-161-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 systemPatrick McDermott2021-01-161-1/+2
|
* profile: Simplify function parametersPatrick McDermott2021-01-161-26/+24
| | | | | Save mirror and suite arguments in profile_prepare_install(), then use them in other profile functions.
* profile_prepare_install(): New functionPatrick McDermott2021-01-161-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 functionPatrick McDermott2021-01-161-0/+21
|
* profile/proteanos: Use archive's Platforms filePatrick McDermott2021-01-161-27/+73
|
* profile/proteanos: Move init script to S00Patrick McDermott2020-12-101-2/+2
|
* profile/proteanos: Install base-files, config-basePatrick McDermott2020-12-101-4/+5
| | | | Not all essential packages.
* profile/proteanos: Don't run cut link during initPatrick McDermott2020-12-091-1/+1
|
* profile/proteanos: Make constant names uppercasePatrick McDermott2020-07-021-4/+4
|
* Prefix "static" vars with "_"Patrick McDermott2020-07-021-11/+11
|
* Revert "profile/proteanos: Don't add src feeds by default"Patrick McDermott2020-07-021-0/+9
| | | | This reverts commit d7e1ed7fa426168479d1be4b146a90d95067639f.
* profile/proteanos: Don't add src feeds by defaultPatrick McDermott2020-07-021-9/+0
|
* profile/proteanos: Remove useless newline in feedsPatrick McDermott2020-07-021-1/+0
| | | | install_find_pkgs() filters out only "src" and "src/gz" lines.
* profile/proteanos: Use feeds found in manifestPatrick McDermott2020-07-021-0/+8
|
* profile/proteanos: Cache feeds manifestPatrick McDermott2020-07-021-3/+8
|
* profile/proteanos: Add missing var declarationPatrick McDermott2020-07-011-0/+1
|
* profile/proteanos: Add base sectionPatrick McDermott2020-07-011-1/+1
| | | | Missing from commit 18a78f7e70edc6990ae7226e7f9319a57edff89e.
* profile/proteanos: Add "src" section feedPatrick McDermott2020-06-241-1/+2
|
* profile/proteanos: Add more section feedsPatrick McDermott2020-06-241-1/+10
|
* profile/proteanos: Fix multiline wget commandPatrick McDermott2019-09-301-1/+1
| | | | | | Fixes: ./prokit: 3551: ./prokit: ftp://files.proteanos.com/pub/proteanos-mirrors-ftp: not found
* profile/proteanos: Support FTP mirrorsPatrick McDermott2019-08-051-1/+3
|
* profile/proteanos: Change opkg.conf locationPatrick McDermott2019-04-271-1/+1
|
* src/profile/proteanos.sh: Delimit command operandsPatrick McDermott2019-04-251-7/+7
|
* src/profile/proteanos.sh: Shift function argumentsPatrick McDermott2019-04-251-0/+14
|
* Update remaining copyright noticesPatrick McDermott2019-04-251-1/+1
|
* Add braces to param exps in arith substsPatrick McDermott2019-04-191-1/+1
|
* profile_opkg_state_dir(), profile_opkg_conf_file(): New functionsPatrick McDermott2019-04-191-0/+12
|
* profile_get_cert_path(): Change to profile_get_cert_url()Patrick McDermott2019-04-161-2/+4
|
* profile_get_cert_path(), profile_get_root_key(): New functionsPatrick McDermott2019-04-161-0/+14
|
* prof_proteanos_feeds(): Append ".gz" to list namesPatrick McDermott2019-04-161-2/+2
|
* prof_proteanos_feeds(): Drop "/Packages.gz" outputPatrick McDermott2019-04-161-2/+2
|
* prof_proteanos_make_initramfs(): Make /init linkP. J. McDermott2016-01-241-0/+10
|
* Always use rm's -f optionP. J. McDermott2016-01-231-1/+1
|
* prof_proteanos_make_initramfs(): Add CRCP. J. McDermott2016-01-161-1/+2
|
* profile_detect(): New functionP. J. McDermott2016-01-161-0/+12
|
* profile_make_initramfs(): New functionP. J. McDermott2016-01-151-0/+15
|
* profile_find_kernel(): New functionP. J. McDermott2016-01-151-1/+21
|