Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/install*: Fix return values | P. J. McDermott | 2016-01-23 | 2 | -2/+2 |
| | |||||
* | cmd/installer-pc: Check exit status of dd, (s)fdisk, and mke2fs | P. J. McDermott | 2016-01-23 | 1 | -5/+20 |
| | |||||
* | cmd/help, cmd/version: Add explicit returns to main functions | P. J. McDermott | 2016-01-23 | 2 | -0/+4 |
| | |||||
* | cmd/installer-pc: Fix syntax error | P. J. McDermott | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | cmd/*: Check return value of session_begin() | P. J. McDermott | 2016-01-17 | 4 | -4/+19 |
| | | | | Also clean up on error now. | ||||
* | cmd/install*: Check return value of install_system() | P. J. McDermott | 2016-01-17 | 2 | -6/+13 |
| | | | | Also clean up on error. | ||||
* | cmd/*: Return 0 on success | P. J. McDermott | 2016-01-17 | 6 | -0/+12 |
| | |||||
* | cmd/*: Check return value of block_mount() | P. J. McDermott | 2016-01-17 | 6 | -6/+18 |
| | |||||
* | cmd/installer-pc, block_mount): Check ret val of check_block() | P. J. McDermott | 2016-01-17 | 1 | -1/+3 |
| | |||||
* | cmd/build: Check return value of package_init() | P. J. McDermott | 2016-01-17 | 1 | -1/+4 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: Check return value of profile_set() | P. J. McDermott | 2016-01-17 | 2 | -2/+6 |
| | |||||
* | cmd/*: Check return value of profile_detect() | P. J. McDermott | 2016-01-17 | 4 | -4/+16 |
| | | | | Also clean up on error now. | ||||
* | cmd/*: s/exit/return/ | P. J. McDermott | 2016-01-17 | 6 | -13/+13 |
| | |||||
* | cmd/mkinitramfs: Use non-exiting error() and clean up on error | P. J. McDermott | 2016-01-17 | 1 | -1/+2 |
| | |||||
* | cmd/build: Use non-exiting error() and clean up on error | P. J. McDermott | 2016-01-17 | 1 | -2/+3 |
| | |||||
* | cmd/install: s/chroot/root/ | P. J. McDermott | 2016-01-16 | 1 | -7/+7 |
| | |||||
* | cmd/*: Reduce block_umount() calls to one-liners | P. J. McDermott | 2016-01-16 | 4 | -12/+4 |
| | |||||
* | cmd/*: Use profile_detect() | P. J. McDermott | 2016-01-16 | 4 | -4/+4 |
| | |||||
* | cmd/mkinitramfs: Accept block device as root | P. J. McDermott | 2016-01-16 | 1 | -0/+11 |
| | |||||
* | cmd/version: Update copyright years | P. J. McDermott | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | cmd/mkinitramfs: Implement | P. J. McDermott | 2016-01-15 | 1 | -1/+38 |
| | |||||
* | cmd/mkinitramfs: New stub of a command | P. J. McDermott | 2016-01-15 | 2 | -1/+34 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 6 | -6/+6 |
| | |||||
* | src/cmd/installer-pc.sh: Use ${HAVE_SFDISK}, ${SFDISK}, etc. | P. J. McDermott | 2016-01-14 | 1 | -1/+5 |
| | |||||
* | cmd_*_main(): Load /etc/os-release in a subshell | P. J. McDermott | 2015-12-07 | 3 | -6/+3 |
| | | | | | Limit the effects of this sort of arbitrary code execution, or at least avoid cluttering the namespace. | ||||
* | src/cmd/installer-pc.sh: Use ${MKE2FS} | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Move lib/cmd/*.sh to src/cmd/ | P. J. McDermott | 2015-12-07 | 8 | -0/+596 |