OK, I'm trying to get my own partitioning scheme going and my first crack at it did not work. Does anyone have any more examples for me to look at? Also confused by the scheme that Autoyast came up with - particular the part where it seems to be definiing 2 x / partitions. See here : What's up with that?
<partitioning config:type="list"> <drive> <partition> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <label>/</label> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">2</partition_nr> <partition_type>primary</partition_type> <size>4293596160</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">7</partition_nr> <size>21476173824</size> </partition>
</partitions> <use>all</use> </drive> </partitioning>
-- "Aikido has but one principle - the universal reality of life" - Mitsugi Saotome -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org