vm.mk: don't install lilo for non-x86
...as it's x86-specific.
This commit is contained in:
parent
4b0121d2ab
commit
27c912ed0f
@ -7,6 +7,9 @@ endif
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
|
||||
vm/.bare: profile/bare
|
||||
@$(call add,BASE_PACKAGES,interactivesystem lilo shadow-utils e2fsprogs)
|
||||
@$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs)
|
||||
ifeq (,$(filter i586 x86_64,$(ARCH))) # useless on anything else
|
||||
@$(call add,BASE_PACKAGES,lilo)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user