[Thincrust-devel] [PATCH] Allow the appliance-creator to use remote urls with the new image tools

David Huff dhuff at redhat.com
Mon Dec 1 16:37:20 UTC 2008


Bryan Kearney wrote:
> ---
>  tools/appliance-creator |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tools/appliance-creator b/tools/appliance-creator
> index c305ac7..c5f75f2 100755
> --- a/tools/appliance-creator
> +++ b/tools/appliance-creator
> @@ -86,7 +86,7 @@ def parse_options(args):
>      (options, args) = parser.parse_args()
>      
>      #check input
> -    if not options.kscfg or not os.path.isfile(options.kscfg):
> +    if not options.kscfg:
>          raise Usage("Kickstart config '%s' does not exist" %(options.kscfg,))
>     
>      if options.include and not os.path.isfile(options.include) and not os.path.isdir(options.include):

committed

-D




More information about the Thincrust-devel mailing list