[PATCH 5/6] livemedia-creator: Allow disk sizes to be < 1GiB

Brian C. Lane bcl at redhat.com
Mon Apr 7 17:17:45 UTC 2014


On Mon, Apr 07, 2014 at 11:25:50AM +0200, Vratislav Podzimek wrote:
> >      Returns the full path of of the image created.
> >      """
> > -    disk_size = 1 + (sum([p.size for p in ks.handler.partition.partitions]) / 1024)
> > -    log.info("disk_size = %sGB", disk_size)
> > +    disk_size = 1 + sum([p.size for p in ks.handler.partition.partitions])
> These square brackets can be dropped.

Fixed.


-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list