Mailinglist Archive: opensuse-autoinstall (58 mails)
| < Previous | Next > |
[opensuse-autoinstall] want to keep first (windoze) partition, but it changes partition type to linux
- From: Sven Geipel <sgeipel@xxxxxxxxxxx>
- Date: Fri, 03 Aug 2007 13:09:23 +0200
- Message-id: <46B30CE3.5090904@xxxxxxxxxxx>
Hi,
I'm installing openSuSE 10.2 on systems with windows installed on /dev/sda1.
Autoinstall should create 3 partitions and keep my first partition
untouched. This works so far, but autoinstall reproducible changes
partition type of windoze partition from 0x7 to 0x83 Linux! Is this a bug?
I tried with and without the line <partition_id
config:type="integer">7</partition_id>
Here is my partition section in autoinst.xml:
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<format config:type="boolean">false</format>
<mount></mount>
<partition_id config:type="integer">7</partition_id>
<partition_nr config:type="integer">1</partition_nr>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>2GB</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<partition_type>primary</partition_type>
<size>12GB</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/save</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">5</partition_nr>
<size>8GB</size>
</partition>
</partitions>
<use>free</use>
</drive>
</partitioning>
--
best regards
Sven Geipel
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I'm installing openSuSE 10.2 on systems with windows installed on /dev/sda1.
Autoinstall should create 3 partitions and keep my first partition
untouched. This works so far, but autoinstall reproducible changes
partition type of windoze partition from 0x7 to 0x83 Linux! Is this a bug?
I tried with and without the line <partition_id
config:type="integer">7</partition_id>
Here is my partition section in autoinst.xml:
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<format config:type="boolean">false</format>
<mount></mount>
<partition_id config:type="integer">7</partition_id>
<partition_nr config:type="integer">1</partition_nr>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<partition_id config:type="integer">130</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>2GB</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<partition_type>primary</partition_type>
<size>12GB</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/save</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">5</partition_nr>
<size>8GB</size>
</partition>
</partitions>
<use>free</use>
</drive>
</partitioning>
--
best regards
Sven Geipel
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |