summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-10 07:58:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-10 07:58:25 +0000
commitee1a64bdbd11691d9ab112557f61bd9de0e3f97a (patch)
tree66a72c0c59564c57b3b5c2e9732ea3c5caa69243 /perl-install/bootloader.pm
parent3799c3388d4ed5524da4c9907b28c9797b62d110 (diff)
downloaddrakx-ee1a64bdbd11691d9ab112557f61bd9de0e3f97a.tar
drakx-ee1a64bdbd11691d9ab112557f61bd9de0e3f97a.tar.gz
drakx-ee1a64bdbd11691d9ab112557f61bd9de0e3f97a.tar.bz2
drakx-ee1a64bdbd11691d9ab112557f61bd9de0e3f97a.tar.xz
drakx-ee1a64bdbd11691d9ab112557f61bd9de0e3f97a.zip
mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at various places
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 809f87acc..632766b66 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -828,7 +828,6 @@ sub set_profiles {
sub get_of_dev {
my ($unix_dev) = @_;
- eval { fs::mount('none', '$::prefix/sys', 'sysfs', 0) } if -d "$::prefix/sys/devices";
devices::make("$::prefix$unix_dev");
my $of_dev;