1
0
mirror of synced 2026-01-22 02:05:22 +00:00

xen-list-images now displays a unit after the memory size

This commit is contained in:
Axel Beckert 2013-09-24 22:36:27 +02:00
parent 7bb7089c9f
commit 6644afa9fd
2 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,7 @@ sub displayInstance
}
print "Name: $name\n";
print "Memory: $mem\n";
print "Memory: $mem MB\n";
print "IP: " . $ip . $mac . "\n" if length($ip);
print "DHCP" . $mac . "\n" if $dhcp;
print "Config: $file\n";

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
UTF-8. Fixes FTBFS with Perl 5.18. (Finally closes: #720519)
* Apply patch by Philipp Erbelding to fix overzealous line matching in
xen-list-images. (Gitorious merge request #5)
* xen-list-images now displays a unit after the memory size
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200