On Wednesday 05 December 2007 15:53, Henrik Schmidt wrote:
On Wed, 5 Dec 2007, Henrik Schmidt wrote:
<partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <mount>/export/opt</mount> <mountby config:type="symbol">id</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">3</partition_nr> <partition_type>primary</partition_type> <size>10gb</size> </partition>
Of course I tried with size 9Gb for partition 3 to get same size for sum of partitions 1-3, not 10Gb as stated above. I did copy & paste from an old config.
I've got a partition section like this. <partitioning_advanced> <fstab> <!-- Read data from existing fstab. If multiple root partitions are found, use the one specified below. Otherwise the first root partition is taken --> <root_partition>/dev/sda6</root_partition> <initialize config:type="boolean">false</initialize> <use_existing_fstab config:type="boolean">true</use_existing_fstab> <!-- all partitions found in fstab will be formatted and mounted by default unless a partition is listed below with different settings --> <partitions config:type="list"> <partition> <format config:type="boolean">false</format> <mount>/home</mount> </partition> <partition> <format config:type="boolean">true</format> <filesystem>ext3</filesystem> </partition> </partitions> </fstab> </partitioning_advanced> It will reformat root, but keep home, which sounds similar to what you want to do. -- Simon Crute IS&T. Bracknell. UK. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org