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

file modified
+2 -4
@@ -106,14 +106,12 @@ 

    ('^.*$', {

       'x86_64': {

           'nomacboot': False,

-          'squashfs_only': True,

-          'configuration_file': 'lorax.conf'

+          'squashfs_only': True

       },

       '*': {

           'noupgrade': True,

           'rootfs_size': 3,

-          'squashfs_only': True,

-          'configuration_file': 'lorax.conf'

+          'squashfs_only': True

       }

    })

  ]

file removed
-3
@@ -1,3 +0,0 @@ 

- [compression]

- bcj = no

- args = -b 1M -Xdict-size 1M -no-recovery

This is one off thing we wanted to try, now reverting the change

This reverts commit 20100fa.

Pull-Request has been merged by mohanboddu

3 years ago