1
0
mirror of synced 2026-01-21 17:55:25 +00:00

2006-08-25 10:59:08 by steve

BUGFIX:  roledir was not being used due to typo.  Role scripts now work.
This commit is contained in:
steve 2006-08-25 10:59:08 +00:00
parent 4ddc86bb69
commit c23758eb8c

View File

@ -454,7 +454,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.87 2006-08-24 20:33:07 steve Exp $
$Id: xen-create-image,v 1.88 2006-08-25 10:59:08 steve Exp $
=cut
@ -961,7 +961,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.87 $';
my $REVISION = '$Revision: 1.88 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;
@ -1933,7 +1933,7 @@ sub runCustomisationHooks
sub runRoleScript
{
my $roleDir = $CONFIG{'role_dir'};
my $roleDir = $CONFIG{'roledir'};
my $role = $CONFIG{'role'};
if ( !defined( $role ) )