From f304a8d120c90ca888e1046c6d3335fac7222dfe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Sep 2004 00:34:45 +0000 Subject: don't add /dev/pts line in fstab anymore (it's done in initrd and udev) --- perl-install/fs.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') 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' }, ]; } -- cgit v1.2.1