You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the beginning of appropriate routines, (e.g., try()), we should ensure that any non-obvious binaries we need (e.g., findmnt) exist and fail early if they do not. Bonus points for appropriate depext suggestions.
The text was updated successfully, but these errors were encountered:
* Allow for nested mount by using mergerfs
* Remove debug bash and echo
* mount /run with merger aswell
* refactor and use overlayfs via mergerfs if regular overlayfs fails
* Only mount /dev/{tty null zero full random urandom}
* improve docs, refactor from top_dir to mountpoint
* Fix mergerfs failing not showing mount log path
* Add support for unionfs, allow user to specify unionfs helper path
* Write mountpoint on unionhelper not found message
* exit if findmnt not installed
* nested mount docs
* add newlines to readme
* grammar fix
* Add -U option description to manpages
* Add shell completion for -U option
* Change -U flag autocompletion to only suggest executables
* Install mergerfs in ci
* Try reading from /run directory before testing
* Refactor and unmount devices for tests to pass
* Add a device test
* Some comments and redirect a test to /dev/null
Fixed#56#45#38#20#19
---------
Co-authored-by: Eric Zhu <eric@debian-BULLSEYE-live-builder-AMD64>
Co-authored-by: gliargovas <[email protected]>
Co-authored-by: Konstantinos Kallas <[email protected]>
Co-authored-by: Michael Greenberg <[email protected]>
At the beginning of appropriate routines, (e.g.,
try()
), we should ensure that any non-obvious binaries we need (e.g.,findmnt
) exist and fail early if they do not. Bonus points for appropriate depext suggestions.The text was updated successfully, but these errors were encountered: