Revert "Specify the configuration_file in lorax_options"
This is one off thing we wanted to try, now reverting the change This reverts commit 20100fa54487ad116d7794430d09081c79de04c2. Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
20100fa544
commit
823feae10e
@ -106,14 +106,12 @@ lorax_options = [
|
||||
('^.*$', {
|
||||
'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
|
||||
}
|
||||
})
|
||||
]
|
||||
|
@ -1,3 +0,0 @@
|
||||
[compression]
|
||||
bcj = no
|
||||
args = -b 1M -Xdict-size 1M -no-recovery
|
Loading…
x
Reference in New Issue
Block a user