From ee883e1519c76121422dc1cccb1f9f1d17f6e244 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 13 May 2010 14:47:59 +0000 Subject: allow setting acl option in diskdrake --- perl-install/fs/mount_options.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/fs/mount_options.pm') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 5bcb333b9..899356daa 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -12,7 +12,7 @@ sub list() { my %non_defaults = ( sync => 'async', noatime => 'atime', noauto => 'auto', ro => 'rw', user => 'nouser', nodev => 'dev', noexec => 'exec', nosuid => 'suid', - user_xattr => 'nouser_xattr', + user_xattr => 'nouser_xattr', acl => 'noacl', ); my @user_implies = qw(noexec nodev nosuid); \%non_defaults, \@user_implies; @@ -109,6 +109,7 @@ sub pack { # update me on each util-linux new release: sub help() { ( + 'acl' => N("Enable Posix Access Control Lists"), 'flush' => N("Flush write cache on file close"), -- cgit v1.2.1