#875 Revert "Specify the squashfs-only in the lorax_options"
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/pungi-fedora master  into  master

file modified
+2 -4
@@ -105,13 +105,11 @@ 

  lorax_options = [

    ('^.*$', {

       'x86_64': {

-          'nomacboot': False,

-          'squashfs_only': True

+          'nomacboot': False

       },

       '*': {

           'noupgrade': True,

-          'rootfs_size': 3,

-          'squashfs_only': True

+          'rootfs_size': 3

       }

    })

  ]

This is causing rawhide failures and @bkhomuts is working on it

https://pagure.io/pungi-fedora/pull-request/871#comment-129206

This reverts commit 98aa497.

Pull-Request has been merged by mohanboddu

3 years ago