#684 set installer image size to 3GB on ppc64le
Merged 5 years ago by kevin. Opened 5 years ago by sharkcz.
sharkcz/pungi-fedora ppc  into  master

file modified
+5 -1
@@ -101,12 +101,16 @@ 

  ]

  

  # Enables macboot on x86_64 for all variants and disables upgrade image building

- # # everywhere.

+ # everywhere.

+ # Use 3GB image size for ppc64le.

  lorax_options = [

    ('^.*$', {

       'x86_64': {

           'nomacboot': False

       },

+      'ppc64le': {

+          'rootfs_size': 3

+      },

       '*': {

           'noupgrade': True

       }

@lsedlar says pungi 4.1.32 is required for that

I can confirm the proposed format will be correctly understood by pungi 4.1.32 (which is in updates-testing now, but could be tagged directly into the infra tag).

I'll make sure composers have that and merge this.

Pull-Request has been merged by kevin

5 years ago

@lsedlar - seems the config change didn't have the intended effect in Fedora-Rawhide-20190131.n.1. The compose was managed by pungi-4.1.32-3.fc29, but as you can see in https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20190131.n.1/logs/ppc64le/buildinstall-Everything.ppc64le.log there is no --rootfs-size parameter passed to lorax.

pungi-4.1.32-6.fc29 contains that patch:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1190513
(there's a build for rawhide and F28 as well should it be needed)

Metadata