[debian-edu-commits] debian-edu/ 01/02: Add file system options user_xattr and acl to /skole/tjener/home0/ and /skole/backup/ in our partitioning recipes, to improve Samba support (Closes: #638822).

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Sep 14 11:06:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-install.

commit b5717e7ce9e3007db60573f31e05c7218a32a91e
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Sep 14 13:06:04 2014 +0200

    Add file system options user_xattr and acl to /skole/tjener/home0/ and /skole/backup/ in our partitioning recipes, to improve Samba support (Closes: #638822).
---
 debian/changelog                  | 3 +++
 lib/partman/common/90edumain      | 4 ++++
 lib/partman/common/91edumain+ltsp | 4 ++++
 3 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80d65fc..09ab647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ debian-edu-install (1.800) UNRELEASED; urgency=low
     to print/log an error: string if one of them terminates unexpectedly.
   * Add "X-Interactive: true" to the first boot init.d script to make
     sure it do not run in parallel with other scripts.
+  * Add file system options user_xattr and acl to /skole/tjener/home0/
+    and /skole/backup/ in our partitioning recipes, to improve Samba
+    support (Closes: #638822).
 
   [ Wolfgang Schweer ]
   * dovecot-core preseeding: use fqdn postoffice.intern as server name.
diff --git a/lib/partman/common/90edumain b/lib/partman/common/90edumain
index 7ffa878..d899671 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_xattr }
         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_xattr }
 	mountpoint{ /skole/tjener/home0 } .
 
 32 1000 -1 ext4
diff --git a/lib/partman/common/91edumain+ltsp b/lib/partman/common/91edumain+ltsp
index 5767bc8..92eef6f 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_xattr }
 	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_xattr }
         mountpoint{ /skole/backup } .
 
 32 1000 -1 ext4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list