summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-16 15:14:05 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-16 15:14:05 +0000
commitb77a7d560f70d708cd23fbd54602c9d51ed29743 (patch)
treebdb62ce2171fbccff77c8cd025fccb5c53352b69 /perl-install
parentdacad5bb04705c3afe98166231190b7723b082d4 (diff)
downloaddrakx-b77a7d560f70d708cd23fbd54602c9d51ed29743.tar
drakx-b77a7d560f70d708cd23fbd54602c9d51ed29743.tar.gz
drakx-b77a7d560f70d708cd23fbd54602c9d51ed29743.tar.bz2
drakx-b77a7d560f70d708cd23fbd54602c9d51ed29743.tar.xz
drakx-b77a7d560f70d708cd23fbd54602c9d51ed29743.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_gtk.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 84579e4b9..f6032533d 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -255,7 +255,12 @@ sub doPartitionDisks($$) {
my $resize_fat = eval { resize_fat::main->new($part->{device}, devices::make($part->{device})) };
my $min_win = $resize_fat->min_size;
if (!$@ && $part->{size} > $min_linux + $min_freewin + $min_win && $o->ask_okcancel('',
-_("TODO"))) {
+_("WARNING!
+
+DrakX now needs to resize your Windows partition. Be careful: this operation is
+dangerous. If you have not already done so, you should first run scandisk (and
+optionally run defrag) on this partition and backup your data.
+When sure, press Ok."))) {
my $hd = $hds->[0];
my $oldsize = $part->{size};
$hd->{isDirty} = $hd->{needKernelReread} = 1;