From 9e9616cb41c1476dd4432c1c04666fd0560ba42e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Aug 2012 17:19:15 +0000 Subject: adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usb instead of /proc/bus/usb --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 15ccc7604..1bd3fcefe 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -331,7 +331,7 @@ sub init_local_install { push @::auto_steps, # 'selectLanguage', 'selectKeyboard', 'miscellaneous', 'selectInstallClass', 'doPartitionDisks', 'formatPartitions'; - fs::mount::usbfs(''); #- do it now so that when_load doesn't do it + fs::mount::sys_kernel_debug(''); #- do it now so that when_load doesn't do it $o->{nomouseprobe} = 1; $o->{mouse} = mouse::fullname2mouse('Universal|Any PS/2 & USB mice'); } -- cgit v1.2.1