summaryrefslogtreecommitdiff
path: root/osi-mount
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-14osi-mount: Fixup option parsingLuke Shumaker
2018-08-14getopt doesn't safely "roundtrip" flags with an optional argumentLuke Shumaker
2018-08-14osi-mount: SimplifyLuke Shumaker
I think that a lot of the hacks are unnescessary and are fixed by the FSID thing.
2018-08-14fLuke Shumaker
2018-08-13be careful about detaching loop devicesLuke Shumaker
umount should do this automatically, but it seems to not always work
2018-08-13osi-mount: Better loggingLuke Shumaker
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