Mailinglist Archive: opensuse-autoinstall (148 mails)

< Previous Next >
Re: [suse-autoinstall] encrypted partitions with 10.1 autoyast?
  • From: Uwe Gansert <ug@xxxxxxx>
  • Date: Wed, 7 Jun 2006 08:54:48 +0000 (UTC)
  • Message-id: <200606071054.47518.ug@xxxxxxx>
On Monday 05 June 2006 22:46, Karsten Künne wrote:

> I tried to use a profile from 9.3 in order to create an encrypted
> partition in 10.1 but it gave me a cryptic error (error code -3013,
> whatever that means) during installation and I ended up with an invalid
> partition table. Following is the piece from my profile:
>
> <partition>
> <crypt_fs config:type="boolean">true</crypt_fs>
> <crypt>twofish</crypt>
> <crypt_key>CRYPTOPASS</crypt_key>
> <filesystem config:type="symbol">xfs</filesystem>
> <format config:type="boolean">true</format>
> <loop_fs config:type="boolean">true</loop_fs>
> <mount>/home</mount>
> <partition_id config:type="integer">131</partition_id>
> <size>max</size>
> </partition>

This works fine here:
<partition>
<crypt>twofish256</crypt>
<crypt_key>abc12345678901234567890</crypt_key>
<loop_fs config:type="boolean">true</loop_fs>
<crypt_fs config:type="boolean">true</crypt_fs>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/tmp</mount>
<partition_id config:type="integer">131</partition_id>
<size>1GB</size>
<partition_type>primary</partition_type>
</partition>

I don't think <crypt>twofish</crypt> is a valid value in your profile.

--
ciao, Uwe Gansert

Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
e-mail: uwe.gansert@xxxxxxx, Tel: +49-(0)911-74053-0,
Fax: +49-(0)911-74053-476, Web: http://www.suse.de

< Previous Next >
Follow Ups
References