summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-08-28 11:00:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-08-28 11:00:25 +0000
commit55715b8b922d0af5a5da0938a6df6e9025348154 (patch)
tree4b97bf2466009899378f7c9774bec16980c52531 /perl-install/diskdrake/hd_gtk.pm
parentf1756d255d91d5ac7d1b67231888908113635b0e (diff)
downloaddrakx-backup-do-not-use-55715b8b922d0af5a5da0938a6df6e9025348154.tar
drakx-backup-do-not-use-55715b8b922d0af5a5da0938a6df6e9025348154.tar.gz
drakx-backup-do-not-use-55715b8b922d0af5a5da0938a6df6e9025348154.tar.bz2
drakx-backup-do-not-use-55715b8b922d0af5a5da0938a6df6e9025348154.tar.xz
drakx-backup-do-not-use-55715b8b922d0af5a5da0938a6df6e9025348154.zip
- configure vga=785 (640x480) when vga=788 (800x600) fails during install
(useful on 800x480 netbooks) other solutions could be: - ensure gfxboot choose 785 when it detects 788 is not available - ensure kernel tries 785 when 788 fails
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index e37bdd340..ce9e6cb05 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -102,9 +102,6 @@ sub main {
$in->ask_from_list_(N("Read carefully!"), N("Please make a backup of your data first"),
[ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return
if $::isStandalone;
- $in->ask_warn('',
-N("If you plan to use aboot, be careful to leave a free space (2048 sectors is enough)
-at the beginning of the disk")) if arch() eq 'alpha' && !$::isEmbedded;
undef $initializing;
$w->main;