On Wednesday 06 March 2002 03:54 am, you wrote:
> Olivier Thauvin <[EMAIL PROTECTED]> writes:
> > What are the three last line ?
> >
> > < package install_steps_auto_install;
> > < $graphical = 1;
> > < push @graphical_steps, 'doPartitionDisks', 'formatPartitions';
>
> these lines tell the auto_install to not be completly automatic. The only
> steps that will be non-automatic are doPartitionDisks and formatPartitions.
>
> this makes me think that's this is the old way to tell the auto_install.
> Nowadays, you can use "interactiveSteps" to achieve this. I'm changing
> this.

1.  ?? Meaning you are removing:
 < package install_steps_auto_install;
 < $graphical = 1;
 < push @graphical_steps, 'doPartitionDisks', 'formatPartitions';

and replacing with 'interactive' => 'gtk',

2.  Will I still be able to use the 'old way' if I want?

On a side note, the above is produced at the end of an install, but a replay 
disk created by drakconf uses a different style.

Dave

Reply via email to