From: Axel Beckert Date: Thu, 17 Jan 2013 21:15:21 +0000 (+0100) Subject: xen-list-images now also outputs the name of the config file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dc5b36f8ef12aa9d970d672a3e8e7a1a98373546;p=people%2Fdariof%2Fxen-tools.git xen-list-images now also outputs the name of the config file --- diff --git a/bin/xen-list-images b/bin/xen-list-images index f5c6b91..1abb617 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -269,6 +269,7 @@ sub displayInstance print "Memory: $mem\n"; print "IP: " . $ip . $mac . "\n" if length($ip); print "DHCP" . $mac . "\n" if $dhcp; + print "Config: $file\n"; } diff --git a/debian/changelog b/debian/changelog index fa92ec1..c5fd0c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,9 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low - Also recognize "M" and "G" instead of "MB" and "GB" as size unit for --memory. (Closes: #691320) Document the recognized units. - Default DomUs to use the noop scheduler (Closes: #693131) - - xen-list-images now understands the --extension option. + - xen-list-images update: + + now understands the --extension option. + + also outputs the file name of the config file - Fixes "--extension=" with empty parameter. - Remove CVS revisions from --version output - Preliminary support for Debian Jessie and Ubuntu Raring