2006-06-10 17:49:56 by steve
Fix: Point to the correct location for the role script.
This commit is contained in:
@@ -394,7 +394,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.23 2006-06-10 17:36:09 steve Exp $
|
||||
$Id: xen-create-image,v 1.24 2006-06-10 17:49:56 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -776,7 +776,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.23 $';
|
||||
my $REVISION = '$Revision: 1.24 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
@@ -1337,7 +1337,7 @@ sub runCustomisationHooks
|
||||
|
||||
sub runRoleScript
|
||||
{
|
||||
my $roleDir = '/usr/lib/xen-tools/' . $CONFIG{'dist'} . '.d/' ;
|
||||
my $roleDir = '/usr/lib/xen-tools/' . $CONFIG{'dist'} . '.d/role.d/' ;
|
||||
my $role = $CONFIG{'role'};
|
||||
|
||||
if ( !defined( $role ) )
|
||||
|
||||
Reference in New Issue
Block a user