about summary refs log tree commit diff
path: root/xchroot
Commit message (Collapse)AuthorAgeFilesLines
* Clean up shell redirectstriallax2023-06-261-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 codeStefan Kreutz2023-02-081-2/+5
| | | | Changes xchroot to exit with chroot(1)'s exit code on error.
* xchroot: mount and shell fixesAndrew J. Hesford2023-01-071-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 pathMichal Vasilek2022-11-081-4/+1
|
* xchroot: be a bit more verbose, and set PS1Leah Neukirchen2018-02-081-1/+7
|
* xchroot: bind-mount /etc/resolv.confLeah Neukirchen2018-02-081-1/+3
|
* add xchrootLeah Neukirchen2018-02-011-0/+41