Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Autoyast + Encrypted Filesystem

19 views
Skip to first unread message

Suse Linux User

unread,
Jul 8, 2005, 10:05:57 AM7/8/05
to
I used autoyast gui to create the control file.
I wanted /home and /var/lib/pgsql as encrypted filesystems.
These were the XML nodes generated by the GUI tool.

<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

0 new messages