summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-30 17:19:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-30 17:19:15 +0000
commit9e9616cb41c1476dd4432c1c04666fd0560ba42e (patch)
tree4060f6c9091d22c17a7aed4562ded968a1c85eed /perl-install/install/install2.pm
parent8d3a4aac9799b67fd172efb0907426a53f661176 (diff)
downloaddrakx-backup-do-not-use-9e9616cb41c1476dd4432c1c04666fd0560ba42e.tar
drakx-backup-do-not-use-9e9616cb41c1476dd4432c1c04666fd0560ba42e.tar.gz
drakx-backup-do-not-use-9e9616cb41c1476dd4432c1c04666fd0560ba42e.tar.bz2
drakx-backup-do-not-use-9e9616cb41c1476dd4432c1c04666fd0560ba42e.tar.xz
drakx-backup-do-not-use-9e9616cb41c1476dd4432c1c04666fd0560ba42e.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/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
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');
}