xen configuration preliminary support based on enhanced version of a kludge I use

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-21 19:45:14 +02:00
parent c0f48e654d
commit 19dcc49086
3 changed files with 144 additions and 0 deletions

View file

@ -219,6 +219,9 @@ grub-mkconfig_SCRIPTS = 00_header 30_os-prober 40_custom
ifneq (, $(host_kernel))
grub-mkconfig_SCRIPTS += 10_$(host_kernel)
endif
ifeq (linux, $(host_kernel))
grub-mkconfig_SCRIPTS += 20_linux_xen
endif
CLEANFILES += $(grub-mkconfig_SCRIPTS)