Re: [Cooker] autoinstall 8.2

2002-03-07 Thread Pixel

David Eastcott [EMAIL PROTECTED] writes:

[...]

 1.  ?? Meaning you are removing:
   package install_steps_auto_install;
   $graphical = 1;
   push @graphical_steps, 'doPartitionDisks', 'formatPartitions';
 
 and replacing with 'interactive' = 'gtk',

nope, it's replaced with

interactiveSteps = [ 'doPartitionDisks', 'formatPartitions'], 

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

yes

 
 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.

yeah, no pb. I won't change drakconf now, but it works both ways, so it's ok
:)




Re: [Cooker] autoinstall 8.2

2002-03-06 Thread Pixel

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.

 How can I be sure that each partitions will be associate to the good mount 
 point (is the order of partition section important) and drackX will not erase 
 my non [ext[23]|reiserfs] partitions.
 There is a way to setup manually only the partitionning.

that's it.




Re: [Cooker] autoinstall 8.2

2002-03-06 Thread Olivier Thauvin

Le Mercredi 6 Mars 2002 11:54, vous avez écrit :
 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.

  How can I be sure that each partitions will be associate to the good
  mount point (is the order of partition section important) and drackX will
  not erase my non [ext[23]|reiserfs] partitions.
  There is a way to setup manually only the partitionning.

 that's it.

Yesterday (or this night), I looking for the new darkxconf and find the 
autoinstall tools. This is a very good idea but I have suggestions (perhaps 
not for actual 8.2 if it is too late):

- Purpose just to create the file auto_inst.cfg and maybe the syslinux.cfg
- Purpose to select a list of packages as during the installation with 
dependency resolving for creating this from server for all distribution's 
versions, and put directly the file on ftp|NFS|http serveur
- Can set all parameters as network, ect...

I know this need a lot of work and perhaps you are in way to do this. It is 
just suggestions. 

At time I'm testing auto_inst over ftp, I have a dos partition with just 
syslinux, kernel and network.img, I boot and all unless partitionning and 
format. I can said you this work very well ;-)

And I forgot, write the doc, but I think it is not most important for the 
moment !

Very Thanks.

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur.
JL.
/
| Olivier Thauvin - CNRS Service Aeronomie
| [EMAIL PROTECTED] 
| 01 64 47 43 60 à Verrières (lundi,mercredi et vendredi)
| 01 44 27 47 59 à Jussieu (Mardi et Jeudi)
| Fax:33 (0)1 69 20 29 99
| Service d'Aéronomie, Réduit de Verrieres
| Route des Gatines - BP 3
| 91371 Verrieres le Buisson Cedex
| France
\==




Re: [Cooker] autoinstall 8.2

2002-03-06 Thread David Eastcott

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




[Cooker] autoinstall 8.2

2002-03-05 Thread Olivier Thauvin

I want test an important part for me of a distrib: the auto_install.

Oh, just a word to say that a collegue have found the save selection 
package very usefull.

I have during the installation create the two floppy replay and autoinst, 
I want be sure what I do and I have for understand do a diff between the two 
files: 

_
[root@virgo ftp]# diff replay.cfg /mnt/floppy/auto_inst.cfg
393c393
  'clearall' = 0,
---
  'clearall' = 1,
395c395
  'auto_allocate' = 0
---
  'auto_allocate' = 1
455c455
'autoExitInstall' = 0,
---
'autoExitInstall' = 1,
468,471d467

 package install_steps_auto_install;
 $graphical = 1;
 push @graphical_steps, 'doPartitionDisks', 'formatPartitions';
--

Correct me if I am in wrong way

clearall allow drakX to delete all data on all disk
auto_allocate is for allocate each partition to mountpoint by reading 
'partitions' section.

What are the three last line ?
How can I be sure that each partitions will be associate to the good mount 
point (is the order of partition section important) and drackX will not erase 
my non [ext[23]|reiserfs] partitions.
There is a way to setup manually only the partitionning.

I ask you for that because I can test all other section without risk, but I 
don't want erase Windows (not yet !) and not my BSD ! 

Thanks a lot.
-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur.
JL.
/
| Olivier Thauvin - CNRS Service Aeronomie
| [EMAIL PROTECTED] 
| 01 64 47 43 60 à Verrières (lundi,mercredi et vendredi)
| 01 44 27 47 59 à Jussieu (Mardi et Jeudi)
| Fax:33 (0)1 69 20 29 99
| Service d'Aéronomie, Réduit de Verrieres
| Route des Gatines - BP 3
| 91371 Verrieres le Buisson Cedex
| France
\==




Re: [Cooker] Autoinstall 8.2

2002-02-04 Thread Pixel

Olivier Thauvin [EMAIL PROTECTED] writes:

 I have install the cooker on my pc (WinMe + Linux) and at the end I have 
 create de autoinstall floppy, I have two question:
 
 At the lilo say that if I type enter I will lose all my data, Win include, 
 is-it right ? On the floppy all mount point seem correct (in .cfg)
 
 Is my Linux partition that I havr format at install will be reformat ?

give the auto_inst.cfg that's on the floppy.




Re: [Cooker] Autoinstall 8.2

2002-02-04 Thread Guillaume Cottenceau

Olivier Thauvin [EMAIL PROTECTED] writes:

 I have install the cooker on my pc (WinMe + Linux) and at the end I have 
 create de autoinstall floppy, I have two question:
 
 At the lilo say that if I type enter I will lose all my data, Win include, 
 is-it right ? On the floppy all mount point seem correct (in .cfg)

At the end of the install you had this dialog:

-=-==-==-==-==-=---
The auto install can be fully automated if wanted,
in that case it will take over the hard drive!!
(this is meant for installing on another box).

You may prefer to replay the installation.
-=-==-==-==-==-=---

With two possibilites: Replay and Automated, you chose
Automated, that is why it told you it would remove everything
and reformat the whole harddisk.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Autoinstall 8.2

2002-02-04 Thread Olivier Thauvin

Le Lundi 4 Février 2002 15:09, vous avez écrit :
 Olivier Thauvin [EMAIL PROTECTED] writes:
  I have install the cooker on my pc (WinMe + Linux) and at the end I have
  create de autoinstall floppy, I have two question:
 
  At the lilo say that if I type enter I will lose all my data, Win
  include, is-it right ? On the floppy all mount point seem correct (in
  .cfg)

 At the end of the install you had this dialog:

 -=-==-==-==-==-=---
 The auto install can be fully automated if wanted,
 in that case it will take over the hard drive!!
 (this is meant for installing on another box).

 You may prefer to replay the installation.
 -=-==-==-==-==-=---

 With two possibilites: Replay and Automated, you chose
 Automated, that is why it told you it would remove everything
 and reformat the whole harddisk.

Thanks, I understand the difference, I have select Replay, but I can't lose 
this Windows at time, and message from lilo affraid me. Don't forget it's a 
cooker, and I wan't test for help you, if there are a bug...

In the file autoinst.cfg, I don't see where the format is specified, but my 
diskette is at home, I will relook this this evening as Pixel ask me, I will 
send this file.

I want use this diskette for reinstall faster the cooker for testing.

If doubt, I retry to create this diskette after an other installation.

Very Thanks.

-- 
Olivier Thauvin-CNRS Service Aeronomie
[EMAIL PROTECTED] 
Téléphone:
01 64 47 43 60 à Verrières (lundi,mercredi et vendredi)
01 44 27 47 59 à Jussieu (Mardi et Jeudi)

Service d'Aéronomie
Réduit de Verrieres - BP 3
Route des Gatines
91371 Verrieres le Buisson Cedex
France

Fax:33 (0)1 69 20 29 99




Re: [Cooker] Autoinstall 8.2

2002-02-04 Thread Guillaume Cottenceau

Olivier Thauvin [EMAIL PROTECTED] writes:

 I want use this diskette for reinstall faster the cooker for testing.

For Cooker daily testing I would advice to not use the auto
install floppy. If you choose recommended install anyway the
few choices are very fast to do...


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




[Cooker] Autoinstall 8.2

2002-02-03 Thread Olivier Thauvin

I have install the cooker on my pc (WinMe + Linux) and at the end I have 
create de autoinstall floppy, I have two question:

At the lilo say that if I type enter I will lose all my data, Win include, 
is-it right ? On the floppy all mount point seem correct (in .cfg)

Is my Linux partition that I havr format at install will be reformat ?

Thanks.
-- 
Olivier Thauvin-CNRS Service Aeronomie
[EMAIL PROTECTED] 
Téléphone:
01 64 47 43 60 à Verrières (lundi,mercredi et vendredi)
01 44 27 47 59 à Jussieu (Mardi et Jeudi)

Service d'Aéronomie
Réduit de Verrieres - BP 3
Route des Gatines
91371 Verrieres le Buisson Cedex
France

Fax:33 (0)1 69 20 29 99