[PATCH 2/2] Move the ppc64 image size check

David Shea dshea at redhat.com
Wed Oct 2 21:51:29 UTC 2013


On 10/02/2013 12:08 PM, David Shea wrote:
> +            [ $ramdiskOversized ] && echo "*** PPC64 ppc/ppc64/$RAMDISK is larger than 32 MB, aborting"
> +            [ $netbootOversized ] && echo "*** PPC64 images/netboot/ppc64.img is larger than 32 MB, aborting"
>
Going to change these two conditionals to use [ <var> -ne 0 ], since it 
turns out that [ 0 ] is true.


More information about the anaconda-patches mailing list