diff options
author | Francois Pons <fpons@mandriva.com> | 1999-12-20 19:19:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-12-20 19:19:39 +0000 |
commit | dc9ba01917bf001fe0d5975f167cbb0ded79aa11 (patch) | |
tree | 3a7ec7ad754af7df31bb2d2a08caed20a0e04ed8 /perl-install/fs.pm | |
parent | eb8ec6300ad08687136cc291be3eea311754a736 (diff) | |
download | drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.gz drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.bz2 drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.xz drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 46f569589..60440b7a9 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -235,7 +235,7 @@ sub write_fstab($;$$) { $options = $_->{options} || $options; isExt2($_) and ($freq, $passno) = (1, ($_->{mntpoint} eq '/') ? 1 : 2); - isNfs($_) and $dir = '', $options ||= 'ro,rsize=8192,wsize=8192'; + isNfs($_) and $dir = '', $options ||= 'ro,nosuid,rsize=8192,wsize=8192'; #- keep in mind the new line for fstab. @new{($_->{mntpoint}, "$dir$_->{device}")} = undef; |