<partition>
<crypt>twofish256</crypt>
<crypt_key>someKey</crypt_key>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<fstopt>noatime,acl</fstopt>
<label>PGSQL_PRTN</label>
<loop_fs config:type="boolean">true</loop_fs>
<mount>/var/lib/pgsql</mount>
<mountby config:type="symbol">label</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<size>1GB</size>
</partition>
<partition>
<crypt>twofish256</crypt>
<crypt_key>someKey</crypt_key>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<fstopt>noatime,acl</fstopt>
<label>HOME_PRTN</label>
<loop_fs config:type="boolean">true</loop_fs>
<mount>/home</mount>
<mountby config:type="symbol">label</mountby>
<noauto config:type="boolean">false</noauto>
<partition_id config:type="integer">131</partition_id>
<size>1GB</size>
</partition>
-------
But when I used this to install Suse, It didn't create encrypted
filesystems, just normal ones ? any clue
I am using Suse 9.3 Pro.
thanks