Mailinglist Archive: opensuse-autoinstall (46 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] How to keep a single partition ?
- From: Henrik Schmidt <hbs@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Dec 2007 10:34:36 +0100 (MET)
- Message-id: <Pine.GSO.4.64.0712061029001.22449@sofia>
On Wed, 5 Dec 2007, Simon Crute wrote:
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@xxxxxxxxxxxxxxxxxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |