diff --git a/bin/xen-create-image b/bin/xen-create-image index 524f306..c99d230 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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 ) )