From 394a5e2a12543ce0f5988d10b46abf302d34ee2e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Mar 2004 12:06:19 +0000 Subject: mount /sys in case it is useful (and it is for get_usb_storage_info_26()) --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index b99c0e0ad..4eb45b7f9 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -519,6 +519,7 @@ sub main { eval { $o = $::o = install_any::loadO($o, "patch"); log::l("successfully read patch") } if $patch; eval { modules::load("af_packet") }; + eval { fs::mount('none', '/sys', 'sysfs', 0) }; require harddrake::sound; harddrake::sound::configure_sound_slots(); -- cgit v1.2.1