From 2e7db73e71fd452d5efc4d984029a6c046cf20bb Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 18 Jun 2006 22:20:08 +0000 Subject: [PATCH] 2006-06-18 22:20:08 by steve 1. Fix the spelling on 'skeleton' - I *knew* that looked wrong! 2. Add a note on the consequences of the --passwd flag. --- bin/xen-create-image | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index d349bdc..445968e 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -126,7 +126,7 @@ Specify the mirror to use when installing distributions with the debootstrap too Set the netmask the virtual image should use. =item B<--passwd> -Setup a password for the root account of the virtual machine. +Setup a password for the root account of the virtual machine. Note that specifying this will avoid copying user accounts into the new guest image. (i.e. The guest image will only have a B account setup.) =item B<--role> Run a single, specific, role-script once the image has been setup. @@ -374,7 +374,7 @@ Install an X11 server, using VNC and XDM -=head1 THE SKELLINGTON DIRECTORY +=head1 THE SKELETON DIRECTORY Any files present in the directory /etc/xen-tools/skel will be copied across to each new guest image. The role of this directory is analogous @@ -399,7 +399,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.31 2006-06-18 18:11:57 steve Exp $ + $Id: xen-create-image,v 1.32 2006-06-18 22:20:08 steve Exp $ =cut @@ -794,7 +794,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.31 $'; + my $REVISION = '$Revision: 1.32 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {