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:
@@ -7,7 +7,12 @@
|
||||
#
|
||||
# Kernel + memory size
|
||||
#
|
||||
kernel = '{$kernel}'
|
||||
{ if ( $kernel )
|
||||
{
|
||||
$OUT.= "kernel = '$kernel'\n";
|
||||
}
|
||||
}
|
||||
|
||||
{ if ( $initrd )
|
||||
{
|
||||
$OUT.= "ramdisk = '$initrd'\n";
|
||||
|
||||
Reference in New Issue
Block a user