From 22ec1d6f6fa1aa0b5b5c8758fc86bf3726d3e368 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 11 Apr 2017 23:16:48 -0400 Subject: [PATCH] Sanitize comments. --- live-build/functions | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/live-build/functions b/live-build/functions index 6e4668eb..5abdeea1 100644 --- a/live-build/functions +++ b/live-build/functions @@ -168,9 +168,7 @@ umount_disk_image() { modify_vmdk_header() { # Modify the VMDK headers so that both VirtualBox _and_ VMware can - # read the vmdk and import them. The vodoo here is _not_ documented - # anywhere....so this will have to do. This is undocumented vodoo - # that has been learned by the Cloud Image team. + # read the vmdk and import them. vmdk_name="${1}" descriptor=$(mktemp)