Do not use custom lorax configuration file.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2021-05-17 15:54:36 +02:00
parent f158161488
commit ab38752e1a
2 changed files with 1 additions and 5 deletions

View File

@ -1,2 +0,0 @@
[lorax]
sharedir = /srv/odcs/lorax-templates/templates.d/80-rhel/

View File

@ -36,9 +36,7 @@ lorax_options = [
}, },
'*': { '*': {
'noupgrade': True, 'noupgrade': True,
'rootfs_size': 3, 'rootfs_size': 3
# This is used to use ELN lorax templates instead of Fedora ones.
'configuration_file': 'fedora/lorax.conf'
} }
}) })
] ]