Hi folks, I'm trying to use autoyast, nearly everything works, at the moment I've only one problem: I want three partitions /dev/hda1 - swap 256 MB /dev/hda2 / reiserfs 25 GB /dev/hda3 /export - rest of drive what I get is that the swap partition is using the hole hda drive (eg. 76 GB !) here is my config: <partitioning config:type="list"> <drive> <device>/dev/hda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type>primary</partition_type> <size>+256M</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>+25GB</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <mount>/export</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> Can anybody help me ? greetings Alex -- Alexander Lüdtke Systemadministrator Adresse: TUM - Garching Boltzmannstr. 3 85747 Garching b. München Lehrstuhl: Frau Prof. Feldmann Zimmer: 01.08.036 Tel: ++49 (89) 289 - 18039
The + in the size is not needed. Just specify the size. Anas Alexander Luedtke wrote:
Hi folks,
I'm trying to use autoyast, nearly everything works, at the moment I've only one problem:
I want three partitions /dev/hda1 - swap 256 MB /dev/hda2 / reiserfs 25 GB /dev/hda3 /export - rest of drive
what I get is that the swap partition is using the hole hda drive (eg. 76 GB !)
here is my config:
<partitioning config:type="list"> <drive> <device>/dev/hda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type>primary</partition_type> <size>+256M</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>+25GB</size> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <mount>/export</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning>
Can anybody help me ?
greetings
Alex
participants (2)
-
Alexander Luedtke
-
Anas Nashif