diff options
-rw-r--r-- | perl-install/fs.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 95f38f737..8c790cdec 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -375,7 +375,6 @@ sub get_raw_hds { $all_hds->{special} = [ (grep { $_->{fs_type} eq 'tmpfs' } @fstab), { device => 'none', mntpoint => '/proc', fs_type => 'proc' }, - { device => 'none', mntpoint => '/dev/pts', fs_type => 'devpts', options => 'mode=0620' }, ]; } |