diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-23 12:17:55 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-23 12:17:55 +0000 |
commit | 0a244af3747674e61f7ea3934813e6d84c83dce2 (patch) | |
tree | 59bca6bfa09f2df9d5971a265a303387bde02916 /lib | |
parent | 8b15942db0eff012fbe58e5ecc9d5bb927f18543 (diff) | |
download | drakiso-0a244af3747674e61f7ea3934813e6d84c83dce2.tar drakiso-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.gz drakiso-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.bz2 drakiso-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.xz drakiso-0a244af3747674e61f7ea3934813e6d84c83dce2.zip |
mount One tmpfs with 0755 perms, fixes #51565
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Draklive/Mounts.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Mounts.pm b/lib/MDV/Draklive/Mounts.pm index db019de..5bdacd7 100644 --- a/lib/MDV/Draklive/Mounts.pm +++ b/lib/MDV/Draklive/Mounts.pm @@ -13,6 +13,7 @@ my $_dir_distrib_sqfs = { my $_dir_memory = { mountpoint => '/memory', type => 'tmpfs', + mount_opts => 'mode=755', }; my $_dir_modules = { |