summaryrefslogtreecommitdiff
path: root/osi-extract
AgeCommit message (Collapse)Author
2018-08-18copyright statements/identifiersLuke Shumaker
2018-08-16run osi stuff through shellcheckLuke Shumaker
Disable SC2064 because we use @Q rather than deferred expansion. The only real issue found is adding `-r` to `read` in osi-shell.
2018-08-12osi-mount: rewriteLuke Shumaker
- Add real option parsing - Split in to 2 distinct --root/--user modes - Ensure we umount before exiting. Otherwise there might be a delay between us exiting and the umount happening when the mount namespace gets GC'd.
2018-08-11fixLuke Shumaker
2018-08-11pull osi-mount out in to a separate commandLuke Shumaker
2018-08-11moreLuke Shumaker
2018-08-11pull some things in to a libraryLuke Shumaker
2018-08-09stuffLuke Shumaker