xen configuration preliminary support based on enhanced version of a kludge I use
This commit is contained in:
parent
c0f48e654d
commit
19dcc49086
3 changed files with 144 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue