[Mike Gabriel]
> that require tweaking of /etc/fstab for samba related mount points  
> (add acl and user_xattr option for ext3 file systems):

I had a look at the partman automatic partitioning documentation, and
believe this patch should solve it.  Can you test it and let me know if
it solve the issue for Samba?

diff --git a/lib/partman/common/90edumain b/lib/partman/common/90edumain
index 53ce258..f012280 100644
--- a/lib/partman/common/90edumain
+++ b/lib/partman/common/90edumain
@@ -62,6 +62,8 @@ debian-edu-install/text/partman-debian-edu-main ::
         format{ }
         use_filesystem{ }
         filesystem{ ext4 }
+        options/acl{ acl }
+        options/user_xattr{ user_attr }
         mountpoint{ /skole/backup } .
 
 
@@ -71,6 +73,8 @@ debian-edu-install/text/partman-debian-edu-main ::
        format{ }
        use_filesystem{ }
        filesystem{ ext4 }
+       options/acl{ acl }
+       options/user_xattr{ user_attr }
        mountpoint{ /skole/tjener/home0 } .
 
 32 1000 -1 ext4
diff --git a/lib/partman/common/91edumain+ltsp 
b/lib/partman/common/91edumain+ltsp
index 6da626b..7ef2218 100644
--- a/lib/partman/common/91edumain+ltsp
+++ b/lib/partman/common/91edumain+ltsp
@@ -70,6 +70,8 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
        format{ }
        use_filesystem{ }
        filesystem{ ext4 }
+       options/acl{ acl }
+       options/user_xattr{ user_attr }
        mountpoint{ /skole/tjener/home0 } .
 
 64 1000 15360 ext4
@@ -86,6 +88,8 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
         format{ }
         use_filesystem{ }
         filesystem{ ext4 }
+        options/acl{ acl }
+        options/user_xattr{ user_attr }
         mountpoint{ /skole/backup } .
 
 32 1000 -1 ext4

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to