diff --git a/Makefile b/Makefile index 460562b..d6a4ba9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ else lorax_args = --nomacboot endif -ifeq ($(webui),'true') +ifeq ($(web_ui),true) lorax_args += -i anaconda-webui endif