On Wed, 5 Dec 2007, Simon Crute wrote:
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>
Thanks but I think this won't help me as I want to resize partions 1-3 and format with ext3 instead of reiserfs. Please read my first post. I already used something like you proposed and it works fine if all partions stay the same and you only want format or keep data. In my case partions 1 -3 three change in size but the sum of their size stays the same, therefore allowing me to keep patition 4 as it is. Hope I made myself clear and this is doable with autoyast. Henrik Schmidt -- Henrik Schmidt Christian-Albrechts-Universitaet zu Kiel Institut fuer Informatik +49 (431) 880 75 - 50 Fax or 43 Phone Olshausenstr. 40 http://www.ks.informatik.uni-kiel.de 24098 Kiel, Germany email: hbs@ks.informatik.uni-kiel.de -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org