* 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:
parent
84e1569ee4
commit
b105df76f4
4 changed files with 110 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue