[PATCH] ARM: add command line option to set the platform.

Brian C. Lane bcl at redhat.com
Mon Jul 23 20:35:24 UTC 2012


On Mon, Jul 16, 2012 at 09:04:10AM -0500, Dennis Gilmore wrote:
> Use case is to create images using livemedia-creator where we wont be
> running on the target platform
> 
> Signed-off-by: Dennis Gilmore <dennis at ausil.us>
> ---
>  anaconda            |    4 ++++
>  pyanaconda/iutil.py |    3 +++
>  2 files changed, 7 insertions(+)
> 
> diff --git a/anaconda b/anaconda
> index fc679c9..c37dd72 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -222,6 +222,7 @@ def parseOptions(argv=None, cmdline=None):
>      op.add_option("--kickstart", dest="ksfile")
>      op.add_option("--rescue", dest="rescue", action="store_true", default=False)
>      op.add_option("--targetarch", "rpmarch", dest="targetArch", type="string")
> +    op.add_option("--targetplatform", "platform", dest="targetPlatform", type="string")

Ideally this would be generic enough that it would apply to any arch.
But that's going to be fairly difficult given how tightly Anaconda is
integrated with the system it is running on. So for now I guess this is
ok, but I'd like so see the option renamed to --armplatform since it is
specific to arm.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://fedorahosted.org/pipermail/anaconda-patches/attachments/20120723/78660460/attachment.sig>


More information about the anaconda-patches mailing list