1
0
mirror of synced 2026-01-18 16:56:58 +00:00

Also display MAC address after the DomU has been created

This commit is contained in:
Axel Beckert 2013-10-01 22:19:10 +02:00
parent fae561aaca
commit d20f832f82
2 changed files with 2 additions and 0 deletions

View File

@ -4245,6 +4245,7 @@ END
logprint("---------------------\n");
logprint("Hostname : $CONFIG{'hostname'}\n");
logprint("Distribution : $CONFIG{'dist'}\n");
logprint("MAC Address : $CONFIG{'mac'}\n");
logprint("IP-Address(es) : ");
if ( $CONFIG{ 'dhcp' } ) {
logprint("dynamic");

1
debian/changelog vendored
View File

@ -20,6 +20,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
hooks/common/40-setup-networking-deb. Thanks Simone Caruso!
* Reformat hooks/common/40-setup-networking-deb so that the result
neither has trailing whitespace nor broken indentation.
* Also display MAC address after the DomU has been created.
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200