summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-03 11:22:27 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-03 11:22:27 +0000
commit6abd0fdd808d35dae337fe82db6f38c8a707a64e (patch)
tree29c19b46cede5459bbdbc7c15daaf82279dcb9a5 /perl-install/install/install2.pm
parentd280a720f75aa79fef08ee496bc890a6df9df421 (diff)
downloaddrakx-6abd0fdd808d35dae337fe82db6f38c8a707a64e.tar
drakx-6abd0fdd808d35dae337fe82db6f38c8a707a64e.tar.gz
drakx-6abd0fdd808d35dae337fe82db6f38c8a707a64e.tar.bz2
drakx-6abd0fdd808d35dae337fe82db6f38c8a707a64e.tar.xz
drakx-6abd0fdd808d35dae337fe82db6f38c8a707a64e.zip
(main) /sys is already mounted by stage1
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 7bc492e57..32dfbe877 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -605,7 +605,6 @@ sub main {
log::l("second stage install running (", install::any::drakx_version($o), ")");
eval { output('/proc/sys/kernel/modprobe', "\n") } if !$::local_install && !$::testing; #- disable kmod
- eval { fs::mount::mount('none', '/sys', 'sysfs', 1) } if !install::any::dont_run_directly_stage2();
eval { touch('/root/non-chrooted-marker.DrakX') }; #- helps distinguishing /root and /mnt/root when we don't know if we are chrooted
if ($::local_install) {