mhayden / livecd-tools

Forked from livecd-tools 6 years ago
Clone

f964372 liveimage-mount: Add an unmount mode.

1 file Authored by fgrose 8 years ago, Committed by ngompa 8 years ago,
    liveimage-mount: Add an unmount mode.
    
    Add an unmount mode for undoing a previous invocation that
       used the --persist option.
    Add utility functions to find intermediate mount points, loop
       devices and their backing files, and device-mapper targets.
    Add cleanup and exit functions.
    Update the usage statement (now modeled after argparse).
    
    Also, add support for symlinks and more error checking.
    Support rootfs.img & ext3fs.img as names for the LiveOS root
       filesystem image file.
    Create a mount point directory if nonexistant.
    Cleanup some long lines and awkward code.
    
        
file modified
+361 -152