#881 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

       }

    })

  ]