git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7740cb
)
fish: Add MD devices to guestfish device autocompletion.
author
Matthew Booth
<mbooth@redhat.com>
Mon, 21 Nov 2011 15:23:18 +0000
(15:23 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 21 Nov 2011 15:23:18 +0000
(15:23 +0000)
fish/destpaths.c
patch
|
blob
|
history
diff --git
a/fish/destpaths.c
b/fish/destpaths.c
index
c7b9dc5
..
f3cf0f2
100644
(file)
--- a/
fish/destpaths.c
+++ b/
fish/destpaths.c
@@
-158,6
+158,9
@@
complete_dest_paths_generator (const char *text, int state)
strs = guestfs_list_dm_devices (g);
APPEND_STRS_AND_FREE;
+
+ strs = guestfs_list_md_devices (g);
+ APPEND_STRS_AND_FREE;
}
if (len < 1 || text[0] == '/') {