summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-12 17:03:14 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-12 17:15:26 +0100
commit11374abeadfb01252bdb02c0915d1edc79512e79 (patch)
tree0661864128146b57c9a360a169b181a17238185a /TODO
parentc2c755440bceed92ca40a929f4dfe343d3265e2b (diff)
downloadlibguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.tar.gz
libguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.tar.xz
libguestfs-11374abeadfb01252bdb02c0915d1edc79512e79.zip
fish: Allows win:... paths to work with drives mounted anywhere.
This allows you to mount disks on (eg) /c and /e and have the guestfish win:... path mechanism map drive letters to the right places.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index b0cade9c..90238ca4 100644
--- a/TODO
+++ b/TODO
@@ -431,7 +431,3 @@ guestfish drive letters
There should be an option to mount all Windows drives as separate
paths, like C: => /c/, D: => /d/ etc.
-
-Also the code which detects if a drive letter is already mounted
-should be smarter: it should be able to detect if the drive is mounted
-on any path (not just /) and rewrite the path accordingly.