From: Richard W.M. Jones Date: Mon, 28 Nov 2011 19:12:44 +0000 (+0000) Subject: fish: When -m option fails, canonicalize device names that are printed. X-Git-Tag: 1.15.7~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f5bfc68fdb3e25b9d75c65e3f5e88983584b25ed;hp=f5bfc68fdb3e25b9d75c65e3f5e88983584b25ed fish: When -m option fails, canonicalize device names that are printed. The error message now looks like this: guestfish: '/dev/vda6' could not be mounted. Did you mean one of these? /dev/sda1 (ext4) /dev/vg_f15x32/lv_root (ext4) /dev/vg_f15x32/lv_swap (swap) Note that '/dev/sda1' has been canonicalized. ---