Hello, I'm using SLES Autoinstallation. I tell autoyast to use acl, see below ... <partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fstopt>data=ordered,acl</fstopt> <mount>/home</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <size>max</size> ... Unfortunetly that does not work. Can anybody help ? Best regards Joachim
Hi, This problem is fixed in the update image I have already posted, However, there is an easy workaround you can use: add <fstop>data=ordered,acl</fstop> to the partition data below (Keep fstopt too) Somewhere in the code the t was missing. Anas Joachim.Tork@gad.de wrote:
Hello,
I'm using SLES Autoinstallation. I tell autoyast to use acl, see below ...
<partition> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fstopt>data=ordered,acl</fstopt> <mount>/home</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <size>max</size> ...
Unfortunetly that does not work.
Can anybody help ?
Best regards
Joachim
participants (2)
-
Anas Nashif
-
Joachim.Tork@gad.de