Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | session_begin(): Drop atexit parameter | Patrick McDermott | 2020-06-25 | 3 | -4/+3 |
| | |||||
* | cmd/build: Return exit status | Patrick McDermott | 2020-06-25 | 1 | -4/+10 |
| | | | | And don't run opkbuild after opkg returns an error. | ||||
* | cmd/opkg: Return exit status | Patrick McDermott | 2020-06-25 | 1 | -2/+4 |
| | |||||
* | cmd/install: Drop a TODO comment | Patrick McDermott | 2020-06-25 | 1 | -2/+0 |
| | |||||
* | cmd/shell: Return exit status | Patrick McDermott | 2020-06-25 | 1 | -3/+5 |
| | |||||
* | cmd/build: Pass -a option to opkg | Patrick McDermott | 2020-06-22 | 1 | -1/+6 |
| | |||||
* | src/cmd/*.sh: Shift consistently | Patrick McDermott | 2019-04-27 | 3 | -0/+6 |
| | |||||
* | src/cmd/opkg.sh: Delimit command operands | Patrick McDermott | 2019-04-26 | 1 | -2/+2 |
| | |||||
* | src/cmd/opkg.sh: Make a function "static" | Patrick McDermott | 2019-04-26 | 1 | -4/+4 |
| | |||||
* | src/cmd/opkg.sh: Define functions before references | Patrick McDermott | 2019-04-26 | 1 | -12/+12 |
| | |||||
* | src/cmd/mkinitramfs.sh: Delimit command operands | Patrick McDermott | 2019-04-26 | 1 | -4/+4 |
| | |||||
* | src/cmd/installer-pc.sh: Delimit command operands | Patrick McDermott | 2019-04-26 | 1 | -3/+4 |
| | |||||
* | src/cmd/installer-pc.sh: Make some functions "static" | Patrick McDermott | 2019-04-26 | 1 | -7/+7 |
| | |||||
* | src/cmd/installer-pc.sh: Define functions before references | Patrick McDermott | 2019-04-26 | 1 | -51/+51 |
| | |||||
* | src/cmd/build.sh: Make some functions "static" | Patrick McDermott | 2019-04-26 | 1 | -7/+7 |
| | |||||
* | src/cmd/build.sh: Delimit command operands | Patrick McDermott | 2019-04-26 | 1 | -9/+9 |
| | |||||
* | src/cmd/build.sh: Define functions before references | Patrick McDermott | 2019-04-26 | 1 | -46/+46 |
| | |||||
* | cmd/version: Update copyright years | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Update remaining copyright notices | Patrick McDermott | 2019-04-25 | 8 | -9/+9 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-19 | 3 | -3/+3 |
| | |||||
* | cmd/installer-pc: Drop LILO installation code | P. J. McDermott | 2016-01-23 | 1 | -15/+0 |
| | |||||
* | cmd/installer-pc: Add informational output | P. J. McDermott | 2016-01-23 | 1 | -0/+3 |
| | |||||
* | cmd/installer-pc: Only print dd/(s)fdisk/mke2fs output on error | P. J. McDermott | 2016-01-23 | 1 | -5/+23 |
| | |||||
* | cmd/installer-pc: Print error on dd, (s)fdisk, or mke2fs failure | P. J. McDermott | 2016-01-23 | 1 | -0/+4 |
| | |||||
* | Always use rm's -f option | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | 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. |