diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-23 20:05:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-23 20:05:12 +0000 |
commit | 672980c116c4022941a4ca1a9855bb4d873a2d2d (patch) | |
tree | 0cb7d886d98aa4983d38daa06e38ef4edfa2c0e1 /perl-install/install_steps.pm | |
parent | 73de2527c3f22cb558f9933ec67e754d727a8825 (diff) | |
download | drakx-672980c116c4022941a4ca1a9855bb4d873a2d2d.tar drakx-672980c116c4022941a4ca1a9855bb4d873a2d2d.tar.gz drakx-672980c116c4022941a4ca1a9855bb4d873a2d2d.tar.bz2 drakx-672980c116c4022941a4ca1a9855bb4d873a2d2d.tar.xz drakx-672980c116c4022941a4ca1a9855bb4d873a2d2d.zip |
removing code setting devfs=mount or devfs=nomount
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 551e2abe6..28ee225de 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -494,13 +494,6 @@ Consoles 1,3,4,7 may also contain interesting information"; #- why not? cuz weather is nice today :-) [pixel] common::sync(); common::sync(); - my $have_devfsd = do { - my $p = pkgs::packageByName($o->{packages}, 'devfsd'); - $p && $p->flag_installed; - }; - require bootloader; - bootloader::may_append_with_key($o->{bootloader}, devfs => $have_devfsd ? 'mount' : 'nomount'); - #- generate /etc/lvmtab needed for rc.sysinit run_program::rooted($o->{prefix}, 'lvm2', 'vgscan') if -e '/etc/lvmtab'; |