summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "configure.ac: Add hints about missing [s]fdisk and mke2fs"Patrick McDermott2018-06-241-4/+2
* configure.ac: Add hints about missing [s]fdisk and mke2fsPatrick McDermott2018-06-241-2/+4
* 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-232-0/+6
* 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-232-0/+7
* NEWS: Add "now"P. J. McDermott2016-01-231-2/+2
* NEWS: Mention use of git-describeP. J. McDermott2016-01-231-0/+2
* Makefile.am: Move PACKAGE_VERSION_GIT definition to topP. J. McDermott2016-01-231-3/+3
* Makefile.am: Add comment about PACKAGE_VERSION hackP. J. McDermott2016-01-231-0/+6
* Always use rm's -f optionP. J. McDermott2016-01-234-5/+5
* is_profile(): Add explicit returnP. J. McDermott2016-01-231-0/+2
* Makefile.am: Update copyright yearsP. J. McDermott2016-01-231-1/+1
* Makefile.am: Fix locales uninstallationP. J. McDermott2016-01-231-1/+1
* Makefile.am: Pass PACKAGE_VERSION in shld stdin, not version.shP. J. McDermott2016-01-231-9/+3
* Makefile.am: Add config.sh to prokit dependenciesP. J. McDermott2016-01-231-1/+1
* Makefile.am: Fix prokit dependenciesP. J. McDermott2016-01-231-1/+1
* config.sh.in: Drop PACKAGE_VERSIONP. J. McDermott2016-01-231-1/+0
* Makefile.am: Generate and use version.shP. J. McDermott2016-01-231-1/+9
* Makefile.am: Set and use PACKAGE_VERSION_GIT if IN_GITP. J. McDermott2016-01-231-1/+7
* configure.ac: New "IN_GIT" conditionalP. J. McDermott2016-01-231-3/+3
* 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
* configure.ac: Fix name of sha256sum utilityP. J. McDermott2016-01-221-2/+2
* run_cmd(): Return command's exit statusP. J. McDermott2016-01-221-1/+3
* install_system(): Fix if statementP. J. McDermott2016-01-221-1/+1
* Makefile.am: Fix locales installationP. J. McDermott2016-01-221-1/+1
* Add explicit returns to some functionsP. J. McDermott2016-01-185-0/+20
* man: Convert page titles to upper caseP. J. McDermott2016-01-189-9/+9
* Makefile.am: Sign release archivesP. J. McDermott2016-01-171-0/+4
* cmd/installer-pc: Fix syntax errorP. J. McDermott2016-01-171-1/+1
* NEWS: Mention improved error handlingP. J. McDermott2016-01-171-0/+1
* session_handle_sig(): Drop ${exit_status} handlingP. J. McDermott2016-01-171-5/+1
* Merge branch 'feature/improve-error-handling'P. J. McDermott2016-01-1716-100/+241
|\
| * 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
| * cmd/*: Check return value of session_begin()P. J. McDermott2016-01-174-4/+19
| * install_get_pkgs(): Use non-exiting error()P. J. McDermott2016-01-171-11/+27
| * install_get_pkgs(): New "url" variableP. J. McDermott2016-01-171-5/+5
| * src/install.sh: s/install_fnames/install_urls/P. J. McDermott2016-01-171-4/+4
| * fopen(), fclose(): Use non-exiting error()P. J. McDermott2016-01-171-4/+6
| * install_*_pkgs(): Check return value of fopen()P. J. McDermott2016-01-171-3/+9
| * install_*(): Return 0 on successP. J. McDermott2016-01-171-0/+14
| * install_system(): Check return value of install_*_pkgs()P. J. McDermott2016-01-171-2/+7
| * install_system(): Use non-exiting error()P. J. McDermott2016-01-171-4/+6
| * cmd/install*: Check return value of install_system()P. J. McDermott2016-01-172-6/+13