Thanks once again Pat

I tried that but it still didn't work but then I figured that:

 my role = $u->{'_maunsell'}->{'role'};

should read

 my $role = $u->{'_maunsell'}->{'role'};

ie the $ was missing :-)

It then started to work until you finish the first menu ie when it asks you
to format the drive or replace MBR I think from memory.

I get the following error:

menu_choice called with odd number of arguments at /z/unattend/promise.pm
line 29

Thanks Pat


-----Original Message-----
From: Patrick J. LoPresti
To: Mangano, Aron
Cc: [EMAIL PROTECTED]
Sent: 5/13/2004 8:32 PM
Subject: Re: [Unattended] Creating Menus For Different Builds

"Patrick J. LoPresti" <[EMAIL PROTECTED]> writes:

> Yes.  Getting these questions asked is trivial; you can just add your
> own section ("_maunsell", say) with some values:
> 
> ======================================================================
> $u->{'_maunsell}->{'department'} =

Whoops, my mistake.  That should read:

  $u->{'_maunsell'}->{'department'} =

Similarly,

> $u->{'_maunsell}->{'role'} =

...should read:

  $u->{'_maunsell'}->{'role'} =

Sorry about that, Aron.  Give it another try?

 - Pat


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to