summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
Commit message (Collapse)AuthorAgeFilesLines
* Add doPwUmount() and mountCommandWrapper() to isys (#493333)David Cantrell2009-04-081-1/+6
| | | | | | Turn doPwMount() in to a mount command wrapper. We're already calling mount(8) and capturing error messages so we can pass them back up to our Python code, so the same for unmounting filesystems.
* Remove doMultiMount.Chris Lumens2009-01-051-1/+0
|
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-261-0/+1
|
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-1/+1
|
* Use the mount program instead of our own code.Chris Lumens2008-02-111-1/+1
| | | | | Also change isys's mount function to take its arguments as a string like would be passed to the mount program, instead of a handful of flags.
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-0/+19
|
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-2/+5
| | | | | | | | | | | | | | | | * isys/imount.c (doPwMount): Make arguments for doPwMount simpler. Use a bitmask of flags and pass extra data like mount(2). Use flags for nfs and pass arguments onto nfsmount(). Kill some dead code. * isys/imount.c (doPwMount): Update prototype, add constants. * isys/isys.c (doMount): Update for new API. * loader2/cdinstall.c: Likewise. * loader2/driverdisk.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/loader.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/usb.c: Likewise.
* make useful debugging more useful and support remountMike Fulbright2003-05-011-1/+1
|
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-1/+1
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* exported mkdirChain()Erik Troan2000-04-261-0/+1
|
* include sys/mount.hErik Troan1999-08-071-0/+2
|
* added lilo, filesystem magicErik Troan1999-05-051-0/+8
|
* *** empty log message ***Erik Troan1999-05-031-0/+2