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.
