On 10/21/2012 04:15 AM, Guido Günther wrote:
> On Sat, Oct 20, 2012 at 02:21:18PM -0600, Eric Blake wrote:
>> On 10/20/2012 02:08 PM, Guido Günther wrote:
>>> ---
>>> conf/ks.cfg | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/conf/ks.cfg b/conf/ks.cfg
>>> index 27e50e4..de82a26 100644
>>> --- a/conf/ks.cfg
>>> +++ b/conf/ks.cfg
>>> @@ -27,3 +27,4 @@ poweroff
>>> @base
>>> @core
>>> @hardware-support
>>> +%end
>>
>> Can you point to a URL that documents why this is necessary? For
>> example, my quick google searching found
>>
https://www.centos.org/docs/4/html/rhel-sag-en-4/s1-kickstart2-file.html
>> (yes, that looks quite old, but possibly still relevant), which doesn't
>> mention %end, and also says that "Items that are not required can be
>> omitted.". In other words, I'm a bit reluctant to ack this without
>> knowing why it is required for you.
>
>
http://fedoraproject.org/wiki/Anaconda/Kickstart#Creating_the_Kickstart_File
Yep, that answers it:
"The %packages, %pre, %post and %traceback sections are all required to
be closed with %end"
ACK.
Pushed. Thanks.
-- Guido