diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-30 17:19:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-30 17:19:15 +0000 |
commit | 446202f3261911c59e194d9883e4618753a0e5b7 (patch) | |
tree | 4060f6c9091d22c17a7aed4562ded968a1c85eed /perl-install/install | |
parent | 4c11c11f94e94c387628371a19b9a13afc0f781a (diff) | |
download | drakx-446202f3261911c59e194d9883e4618753a0e5b7.tar drakx-446202f3261911c59e194d9883e4618753a0e5b7.tar.gz drakx-446202f3261911c59e194d9883e4618753a0e5b7.tar.bz2 drakx-446202f3261911c59e194d9883e4618753a0e5b7.tar.xz drakx-446202f3261911c59e194d9883e4618753a0e5b7.zip |
adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usb
instead of /proc/bus/usb
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } |