Damn !! I am stupid ! (TM)
Thank you for your help.
Thomas
--
Thomas Mangin [EMAIL PROTECTED]
Systems Manager [EMAIL PROTECTED]
Legend Internet Ltd. http://www.legend.co.uk:/
----- Original Message -----
From: Pixel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 12:00 PM
Subject: Re: [Cooker] Mandrake 8.0 Beta 1 Installer bug
| "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'
| }
|
|