[PATCH] Add --root-device to upgrade command

James Laska jlaska at redhat.com
Fri Dec 12 13:46:09 UTC 2008


On Fri, 2008-12-12 at 11:34 +0200, Alexander Todorov wrote:
> I only don't understand what's the purpose of:
> 
> removedKeywords = KickstartCommand.removedKeywords
> removedAttrs = KickstartCommand.removedAttrs

Some commands have attributes that are no longer supported.  A good
example is the 'vnc' command (others are "xconfig --resolution", "part
--bytes-per-inode" etc..)

Current kickstart grammar supports:

 * vnc [--host=<hostname>] [--port=<port>] [--password=<password>] 

While older grammar supported (FC3 era):

 * vnc [--enabled] [--connect=<hostname>[:<port>]]
[--password=<password>] 

The removedAttrs allows us to define subclasses that deprecate or remove
previous attributes.

Hope that helps!

Thanks,
James

-- 
==========================================
 James Laska         -- jlaska at redhat.com
 Quality Engineering -- Red Hat, Inc.
==========================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20081212/30301cae/attachment.sig>


More information about the Kickstart-list mailing list