install-grub.pl: Fix Xen support

This commit is contained in:
Eelco Dolstra 2012-08-01 21:47:17 +02:00
parent c8d04ab34c
commit 5f57110e1f

View file

@ -154,7 +154,7 @@ sub addEntry {
my $kernel = copyToKernelsDir(Cwd::abs_path("$path/kernel"));
my $initrd = copyToKernelsDir(Cwd::abs_path("$path/initrd"));
my $xen = -e "$path/xen.gz" ? copyToKernelsDir(Cwd::abs_path("$path/xen")) : undef;
my $xen = -e "$path/xen.gz" ? copyToKernelsDir(Cwd::abs_path("$path/xen.gz")) : undef;
# FIXME: $confName