xen-list-images now displays a unit after the memory size
This commit is contained in:
parent
7bb7089c9f
commit
6644afa9fd
@ -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
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user