From 672980c116c4022941a4ca1a9855bb4d873a2d2d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 23 Jan 2005 20:05:12 +0000 Subject: removing code setting devfs=mount or devfs=nomount --- perl-install/install_steps.pm | 7 ------- 1 file changed, 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'; -- cgit v1.2.1