Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105177 | Differences between
and this patch

Collapse All | Expand All

(-)xen-guide.xml (+18 lines)
Lines 249-254 Link Here
249
next time you boot.
249
next time you boot.
250
</p>
250
</p>
251
251
252
<note>
253
If you wish to start guest domains automaticly on boot add xendomains to the
254
default runlevel as well and create a symlink in /etc/xen/auto/ to the config
255
files for the domains you with to start.
256
</note>
257
252
</body>
258
</body>
253
</section>
259
</section>
254
</chapter>
260
</chapter>
Lines 328-333 Link Here
328
</pre>
334
</pre>
329
335
330
<p>
336
<p>
337
If you are using a block device (such as an lvm volume or partition) for
338
the disk use 'phy:' instead of 'file:' and leave off /dev. For examle:
339
</p>
340
341
<pre caption="Using a block device">
342
<comment>(LVM Volume)</comment>
343
disk = [ 'phy:lvm/xen-guest-root,sda1,w' ]
344
<comment>(Physcal Partition)</comment>
345
disk = [ 'phy:sdb6,sda1,w' ]
346
</pre>
347
348
<p>
331
You can find example configuration files in <path>/etc/xen</path>.
349
You can find example configuration files in <path>/etc/xen</path>.
332
</p>
350
</p>
333
351

Return to bug 105177