1
0
mirror of synced 2026-04-26 04:16:54 +00:00

2006-12-05 15:04:31 by steve

kernel + initrd are no longer mandatory, and they will only be
 in the build xen configuration file if specified.
This commit is contained in:
steve
2006-12-05 15:04:32 +00:00
parent 5438a2519a
commit 75e6b78318
2 changed files with 15 additions and 30 deletions

View File

@@ -7,7 +7,12 @@
#
# Kernel + memory size
#
kernel = '{$kernel}'
{ if ( $kernel )
{
$OUT.= "kernel = '$kernel'\n";
}
}
{ if ( $initrd )
{
$OUT.= "ramdisk = '$initrd'\n";