summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* install_get_pkgs(): Use ${MD5SUM}Patrick McDermott2019-04-191-1/+1
* install_find_pkgs(): Enable sig checks in opkg.confPatrick McDermott2019-04-171-0/+1
* feed_find_pkgs(): Don't run parse_control() in a subshellPatrick McDermott2019-04-171-2/+4
* install_find_pkgs(): Vertically align case constructPatrick McDermott2019-04-161-2/+2
* feed_download(): Check for errorsPatrick McDermott2019-04-161-1/+8
* install_find_pkgs(): Create /var/cache/opkg/Patrick McDermott2019-04-161-1/+1
* feed_download_cert(): Fix use of non-existent tmpPatrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix cert file printfPatrick McDermott2019-04-161-1/+1
* feed_download_cert(): Fix in-place opkg-certPatrick McDermott2019-04-161-1/+7
* install_find_pkgs(): Fix "printf: Illegal option --"Patrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix fopen() callPatrick McDermott2019-04-161-1/+1
* install_find_pkgs(): Fix line continuationPatrick McDermott2019-04-161-1/+1
* feed_download*(): Accept root argPatrick McDermott2019-04-162-1/+3
* install_find_pkgs(): Install root keyPatrick McDermott2019-04-161-1/+30
* install_find_pkgs(): Initialize cert and check sigPatrick McDermott2019-04-161-2/+25
* feed_download_cert(): New functionPatrick McDermott2019-04-161-0/+42
* feed_download(): Fix gunzip logicPatrick McDermott2019-04-161-4/+4
* profile_get_cert_path(): Change to profile_get_cert_url()Patrick McDermott2019-04-162-4/+8
* profile_get_cert_path(), profile_get_root_key(): New functionsPatrick McDermott2019-04-162-0/+24
* feed_download(): Support original opkgPatrick McDermott2019-04-161-1/+6
* feed_download(): Write list file directlyPatrick McDermott2019-04-162-4/+5
* prof_proteanos_feeds(): Append ".gz" to list namesPatrick McDermott2019-04-161-2/+2
* feed_download(): Leave feed index compressedPatrick McDermott2019-04-161-4/+1
* feed_find_pkgs(): Automatically gunzip feed indexPatrick McDermott2019-04-161-1/+2
* prof_proteanos_feeds(): Drop "/Packages.gz" outputPatrick McDermott2019-04-162-5/+5
* feed_download(): Accept base URL, not index URLPatrick McDermott2019-04-162-3/+6
* install_find_pkgs(): Rename variablesPatrick McDermott2019-04-161-11/+11
* main(): Replace non-portable expr and date %s specPatrick McDermott2019-04-111-1/+19
* src/main.sh: Drop search for old .builddirstamp pathPatrick McDermott2018-07-031-4/+1
* is_profile(): Replace [ command and prefix removal with casePatrick McDermott2018-07-021-1/+1
* is_cmd(): Replace pipeline and external commands with casePatrick McDermott2018-07-021-1/+1
* prof_proteanos_make_initramfs(): Make /init linkP. J. McDermott2016-01-241-0/+10
* cmd/installer-pc: Drop LILO installation codeP. J. McDermott2016-01-231-15/+0
* cmd/installer-pc: Add informational outputP. J. McDermott2016-01-231-0/+3
* cmd/installer-pc: Only print dd/(s)fdisk/mke2fs output on errorP. J. McDermott2016-01-231-5/+23
* cmd/installer-pc: Print error on dd, (s)fdisk, or mke2fs failureP. J. McDermott2016-01-231-0/+4
* Always use rm's -f optionP. J. McDermott2016-01-234-5/+5
* is_profile(): Add explicit returnP. J. McDermott2016-01-231-0/+2
* main(): Exit on missing localeP. J. McDermott2016-01-231-1/+3
* load_locale(): Throw an error, not a warning, on missing localeP. J. McDermott2016-01-231-1/+1
* cmd/install*: Fix return valuesP. J. McDermott2016-01-232-2/+2
* cmd/installer-pc: Check exit status of dd, (s)fdisk, and mke2fsP. J. McDermott2016-01-231-5/+20
* cmd/help, cmd/version: Add explicit returns to main functionsP. J. McDermott2016-01-232-0/+4
* run_cmd(): Return command's exit statusP. J. McDermott2016-01-221-1/+3
* install_system(): Fix if statementP. J. McDermott2016-01-221-1/+1
* Add explicit returns to some functionsP. J. McDermott2016-01-185-0/+20
* cmd/installer-pc: Fix syntax errorP. J. McDermott2016-01-171-1/+1
* session_handle_sig(): Drop ${exit_status} handlingP. J. McDermott2016-01-171-5/+1
* error(): Remove freshly executed murderous codefeature/improve-error-handlingP. J. McDermott2016-01-171-21/+6
* session_begin(), session_end(): Use non-exiting error()P. J. McDermott2016-01-171-3/+8