Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up shell redirects | triallax | 2023-06-26 | 1 | -1/+1 |
| | | | | | | | Some of these are outright wrong (e.g. `echo foo 2>&1`), others are just more verbose than they need to be. Closes: #304 [via git-merge-pr] | ||||
* | xchroot: propagate chroot(1)'s exit code | Stefan Kreutz | 2023-02-08 | 1 | -2/+5 |
| | | | | Changes xchroot to exit with chroot(1)'s exit code on error. | ||||
* | xchroot: mount and shell fixes | Andrew J. Hesford | 2023-01-07 | 1 | -6/+8 |
| | | | | | | | - Only try to launch shells that are executable - Make bind mounts slaves to avoid back-propagating unmounts Closes: #276 [via git-merge-pr] | ||||
* | xchroot: do not require absolute path | Michal Vasilek | 2022-11-08 | 1 | -4/+1 |
| | |||||
* | xchroot: be a bit more verbose, and set PS1 | Leah Neukirchen | 2018-02-08 | 1 | -1/+7 |
| | |||||
* | xchroot: bind-mount /etc/resolv.conf | Leah Neukirchen | 2018-02-08 | 1 | -1/+3 |
| | |||||
* | add xchroot | Leah Neukirchen | 2018-02-01 | 1 | -0/+41 |