* configure.ac: Add condition for COND_HOST_XNU.

* Makefile.util.def (10_xnu): New script.
	* util/grub.d/10_xnu.in: New file, extracted from 30_os_prober.in.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-29 13:56:21 +02:00
parent 84e1569ee4
commit b105df76f4
4 changed files with 110 additions and 0 deletions

View file

@ -419,6 +419,13 @@ script = {
condition = COND_HOST_LINUX;
};
script = {
name = '10_xnu';
common = util/grub.d/10_xnu.in;
installdir = grubconf;
condition = COND_HOST_XNU;
};
script = {
name = '20_linux_xen';
common = util/grub.d/20_linux_xen.in;