fish: Add MD devices to guestfish device autocompletion.

This commit is contained in:
Matthew Booth
2011-11-21 15:23:18 +00:00
committed by Richard W.M. Jones
parent a7740cb19a
commit 0cdd944474

View File

@@ -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] == '/') {