Also display MAC address after the DomU has been created
This commit is contained in:
parent
fae561aaca
commit
d20f832f82
@ -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
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user