[PATCH 1/2] add command line option to set the arm platform.

Brian C. Lane bcl at redhat.com
Mon Aug 6 21:51:48 UTC 2012


On Fri, Aug 03, 2012 at 05:56:03PM -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/flags.py | 1 +
>  pyanaconda/iutil.py | 3 +++
>  3 files changed, 8 insertions(+)
> 
> diff --git a/anaconda b/anaconda
> index fc679c9..4bb2399 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("--armplatform", "armplatform", dest="armPlatform", type="string")

Thanks, pushed with one small change -- no need to pass "armplatform" it
gets added from the --armplatform entry automatically.

-- 
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://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20120806/25237e4e/attachment.sig>


More information about the anaconda-patches mailing list