Mailinglist Archive: opensuse-autoinstall (63 mails)

< Previous Next >
Re: [opensuse-autoinstall] How to set filesystem type
  • From: "Srinidhi B" <srinidhi@xxxxxxxxxx>
  • Date: Wed, 04 Aug 2010 07:13:51 -0600
  • Message-id: <4C59B4E7020000550005ECA3@xxxxxxxxxxxxxxxxxxxxx>
Hi,

On Wednesday, 04 August, 2010 at 06:36 PM, Henrik Schmidt
<hbs@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I'm using <partitioning_advanced> and <fstab> with my autoinstall for
11.3, Is it possible to force the filesystem for partitions declared to
be formated ? I want them to be ext4 instead of ext3.


Yes you can. Look at "<filesystem>" tag in

http://www.suse.de/~ug/autoyast_doc/CreateProfile.Partitioning.html#id335846

HTH,
Srinidhi.

<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/sda2</root_partition>
<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">true</format>
<mount>swap</mount>
<mountby config:type="symbol">id</mountby>
</partition>
<partition>
<format config:type="boolean">true</format>
<mount>/</mount>
<mountby config:type="symbol">id</mountby>
</partition>
<partition>
<format config:type="boolean">false</format>
<mount>/export/opt</mount>
<mountby config:type="symbol">id</mountby>
</partition>
<partition>
<format config:type="boolean">false</format>
<mount>/export/home</mount>
<mountby config:type="symbol">id</mountby>
</partition>
</partitions>
</fstab>
</partitioning_advanced



--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
References