diff options
Diffstat (limited to 'perl-install')
-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'; |