1
0
mirror of synced 2026-04-27 04:46:28 +00:00

Move code for --boot feature to END block.

Fixes missing SSH fingerprint display if --boot was used. (Closes: #679183)

Remove a redundant unsetting of $MOUNT_POINT. Guard a potentially
second call to the not idempotent unMountImage().
This commit is contained in:
Axel Beckert
2012-11-13 22:41:47 +01:00
parent 1dbb1f191f
commit 446e157b80
2 changed files with 55 additions and 67 deletions

2
debian/changelog vendored
View File

@@ -3,6 +3,8 @@ xen-tools (4.3.1+dev-1) UNRELEASED; urgency=low
* New upstream release
- Fix symbolic link hooks/centos-6/15-setup-arch (Closes: #690299)
- Execute END block not on --version/--help/--manual (Closes: #684346)
- Move code for --boot feature to END block. Fixes missing SSH
fingerprint display if --boot was used. (Closes: #679183)
- Use local parameter instead of global variable in unMountImage.
-- Axel Beckert <abe@debian.org> Tue, 13 Nov 2012 18:05:05 +0100