diff --git a/bin/xen-create-image b/bin/xen-create-image index 43ddac3..086d7a3 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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 ) )