2007-07-08 01:27:26 by steve
Add a small section in the POD about the partitioning configuration.
This commit is contained in:
@@ -208,6 +208,10 @@ Create a configuration file in /etc/xen so that xm can create the new image.
|
||||
have OpenSSH installed upon it, and have most of its basic files
|
||||
setup correctly.
|
||||
|
||||
If you wish you can configure arbitary partitioning schemes, rather
|
||||
than being restricted to just the two standard volumes. For more
|
||||
details on this please see the later section in this manual "PARTITIONING".
|
||||
|
||||
=cut
|
||||
|
||||
=head1 CONFIGURATION
|
||||
@@ -336,6 +340,22 @@ Create a configuration file in /etc/xen so that xm can create the new image.
|
||||
=cut
|
||||
|
||||
|
||||
=head1 PARTITIONING
|
||||
|
||||
By default all new guests are created with two "volumes", one
|
||||
for the root filesystem and one for the new system's swap.
|
||||
|
||||
If you wish you may specify an alternative partitioning scheme.
|
||||
Simply create a file inside the directory /etc/xen-tools/partitions.d/
|
||||
specifying your partition layout. (Use the existing file "sample-server"
|
||||
as a template).
|
||||
|
||||
Now when you create a new image specify the name of this file with as
|
||||
an argument to the --partition option.
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
=head1 XEN CONFIGURATION FILE
|
||||
|
||||
Once a new image has been created an appropriate configuration file
|
||||
@@ -571,7 +591,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.161 2007-07-08 01:26:23 steve Exp $
|
||||
$Id: xen-create-image,v 1.162 2007-07-08 01:27:26 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -1368,7 +1388,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.161 $';
|
||||
my $REVISION = '$Revision: 1.162 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Reference in New Issue
Block a user