2006-03-11 20:15:57 by steve
BUGFIX: image_vbd + swap_vbd are invalid environment options.
This commit is contained in:
@@ -37,7 +37,7 @@ kernel = '${kernel}'
|
||||
memory = ${memory}
|
||||
name = '${hostname}'
|
||||
root = '/dev/${device}1 ro'
|
||||
disk = [ '$image_vbd,${device}1,w', '$swap_vbd,${device}2,w' ]
|
||||
disk = [ '${imagevbd},${device}1,w', '${swapvbd},${device}2,w' ]
|
||||
${dyn}
|
||||
|
||||
E_O_CFG
|
||||
|
||||
Reference in New Issue
Block a user