summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-06 00:20:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-06 00:20:34 +0000
commit46e89f1a659a034dc1057a087ae8e6afe454f01d (patch)
treebd199ec5fd542f42117f9c1fe997679af4a16945 /perl-install/install_steps.pm
parentdf126022d1d0bdabedeb677ec31f3fa70aa5525e (diff)
downloaddrakx-backup-do-not-use-46e89f1a659a034dc1057a087ae8e6afe454f01d.tar
drakx-backup-do-not-use-46e89f1a659a034dc1057a087ae8e6afe454f01d.tar.gz
drakx-backup-do-not-use-46e89f1a659a034dc1057a087ae8e6afe454f01d.tar.bz2
drakx-backup-do-not-use-46e89f1a659a034dc1057a087ae8e6afe454f01d.tar.xz
drakx-backup-do-not-use-46e89f1a659a034dc1057a087ae8e6afe454f01d.zip
move inittab modifying to any::runlevel
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index c6c26b9b3..fd42d811b 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -765,7 +765,7 @@ sub configureXAfter {
if ($o->{X}{card}{server} eq 'FBDev') {
unless (install_any::setupFB($o, Xconfigurator::getVGAMode($o->{X}))) {
log::l("disabling automatic start-up of X11 if any as setup framebuffer failed");
- Xconfigurator::rewriteInittab(3) unless $::testing; #- disable automatic start-up of X11 on error.
+ any::runlevel($o->{prefix}, 3) unless $::testing; #- disable automatic start-up of X11 on error.
}
}
if ($o->{X}{default_depth} >= 16 && $o->{X}{card}{default_wres} >= 1024) {