Bug 77811

Summary: Error in kickstart docs
Product: [Retired] Red Hat Linux Reporter: Brent Fox <bfox>
Component: rhl-cgAssignee: Tammy Fox <tammy.c.fox>
Status: CLOSED RAWHIDE QA Contact: Tammy Fox <tammy.c.fox>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-15 04:39:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brent Fox 2002-11-13 22:51:24 UTC
I think that the docs for the "--append" option for the bootloader command is
missing a "=". 

If you look in kickstart.py from anaconda:

        (args, extra) = isys.getopt(args, '',
                [ 'append=', 'location=', 'useLilo', 'lba32',
                  'password=', 'md5pass=', 'linear', 'nolinear',
                  'upgrade'])

It looks like the 'append' tag needs an "=".  It's also not clear what the
proper syntax for the kernel parameters is supposed to be.  

For example: 
1) Do I need to put the parameters in quotation marks?  Probably not, but it's
not clear.

2) If there's more than one, do they need to be comma separated?  Or does each
additional parameter need another "append" tag like:
bootloader --append=nodma --append=noapic

We need more information.  Note: I'm not sure what the correct answer is here. 
Maybe check with katzj.

Comment 1 Tammy Fox 2002-11-15 04:39:46 UTC
I was told that you can use the = or not. I'll test it and let you know.

Comment 2 Tammy Fox 2002-12-12 21:39:08 UTC
katzj said the syntax is:

--append="foo bar baz" 

I added an explanation of how to specify multiple parameters and an example.
It will appear in the next version.