Bug 734395 - virt-p2v-image-builder -k: "Section does not end with %%end."
Summary: virt-p2v-image-builder -k: "Section does not end with %%end."
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-p2v
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthew Booth
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-30 09:54 UTC by Richard W.M. Jones
Modified: 2014-12-15 12:08 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-15 12:08:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2011-08-30 09:54:34 UTC
Description of problem:

$ sudo virt-p2v-image-builder -k
Failed to parse kickstart file '/usr/share/virt-p2v-image-builder/virt-p2v-image.ks' : The following problem occurred on line 6 of the kickstart file:

Section does not end with %%end.

#version=DEVEL
# Firewall configuration
firewall --disabled
device 3w-9xxx
device 3w-sas
device 3w-xxxx
device a100u2w
[etc]

Version-Release number of selected component (if applicable):

virt-p2v-image-builder-0.8.3-1.fc16.noarch

Additional info:

Here is the content of the kickstart file that is mentioned
in the error message.

-------------------------
# virt-p2v Node image recipe

%include common-install.ks

%packages --excludedocs --nobase
%include common-pkgs.ks
%end

%post
%include common-post.ks
%end

%include common-minimizer.ks

%post --nochroot
%include common-post-nochroot.ks
%end

%include common-manifest-post.ks

Comment 1 Richard W.M. Jones 2014-12-15 12:08:13 UTC
This is fixed in the current release of virt-p2v (1.28/1.29)
therefore closing.


Note You need to log in before you can comment on or make changes to this bug.