"Thomas Mangin, Systems" <[EMAIL PROTECTED]> writes:

> | > If I still boot from the CDROM, install a floppy with
> | > a auto_inst.conf.pl file, add a Linux kickstart=floppy
> | > (the kickstart was done with 7.2 but I don't think it
> | > is important for the problem) the installer loop :

it only finds hard drive "hda"

********************************************************************************
* partitions
********************************************************************************
major minor  #blocks  name

   3     0     664906 hda


whereas your partitions give sda and sdb partitions. Remove the lines 'hd' =>
'sda' and it should work.

       'partitions' => [
                         {
                           'mntpoint' => '/',
                           'size' => 479745,
                           'type' => 131,
                           'hd' => 'sda'
                         },
[...]
                         {
                           'mntpoint' => '/home',
                           'size' => 1084545,
                           'type' => 131,
                           'hd' => 'sda'
                         },
                         {
                           'mntpoint' => '/var/qmail',
                           'size' => 907137,
                           'type' => 131,
                           'ratio' => 9,
                           'hd' => 'sdb'
                         }

Reply via email to