Hi,
i have several problems with a pre partitioned harddisk and autoyast.
This is the p. section:
<partitioning config:type="list">
<drive>
<device>/dev/hda</device>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">ntfs</filesystem>
<format config:type="boolean">false</format>
<mount>/mnt/C</mount>
<partition_nr>1</partition_nr>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">ext2</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_nr>5</partition_nr>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_nr>6</partition_nr>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/var</mount>
<partition_nr>7</partition_nr>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_nr>8</partition_nr>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">vfat</filesystem>
<format config:type="boolean">true</format>
<mount>/mnt/D</mount>
<partition_nr>9</partition_nr>
</partition>
</partitions>
<initialize config:type="boolean">false</initialize>
</drive>
</partitioning>

All partitions except partition one (ntfs) are NOT mounted during the
installation.  So the installation fails after the ram disk is full....

Any hints?

thank you. greetings mario gzuk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to