Commit Graph

3 Commits

Author SHA1 Message Date
Hiltjo Posthuma 71da5628d1 mount: helper support + improvements
- helper support (mount.type).
  - helpers need to be in $PATH, if needed we can add a check for
    /sbin/mount.XXXX
  - pass -B, -M, -R to helper, its more reliable to pass these named
    options with -o however.
- allow prefix "no" for which type no action should be taken:
  mount -a -t nonfs,ext4

fix bugs:
- dont modify me->mnt_opts (used strtok).
2015-05-11 23:35:54 +01:00
Hiltjo Posthuma 544779a7b8 doc: convert man pages to mandoc, fix some typos in the process 2015-02-06 15:16:23 +00:00
sin ca2effd60a Add mount manpage 2014-04-13 17:45:35 +01:00