1
0
mirror of synced 2026-05-01 14:16:09 +00:00

2006-03-11 20:15:57 by steve

BUGFIX: image_vbd + swap_vbd are invalid environment options.
This commit is contained in:
steve
2006-03-11 20:15:57 +00:00
parent b80932a803
commit c004ac8c0b
2 changed files with 5 additions and 5 deletions

View File

@@ -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