Commit b214d5c1 authored by Michael Shigorin's avatar Michael Shigorin

vm.mk: fixed thinko regarding lilo arches

A classic brown paper bag bug: this was typed in a hospital and that commit was a sick one indeed, the condition should have been the opposite. Reported-by: 's avatarIldar Mulyukov <ildar@altlinux.org> Closes: #31982
parent 3efa3893
......@@ -8,7 +8,7 @@ ifeq (vm,$(IMAGE_CLASS))
vm/.bare: profile/bare
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
ifeq (,$(filter i586 x86_64,$(ARCH))) # useless on anything else
ifeq (,$(filter-out i586 x86_64,$(ARCH))) # useless on anything else
@$(call add,BASE_PACKAGES,lilo)
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment