summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 2ef9f73d8..674fa7ded 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -189,6 +189,9 @@ When sure, press Ok.")) or return;
die \N("FAT resizing failed: %s", formatError($err));
}
+ $o->ask_warn('', N("To ensure data integrity after resizing the partition(s),
+filesystem checks will be run on your next boot into Windows(TM)")) if !isFat($part);
+
$part->{isFormatted} = 1;
$hd->{isDirty} = $hd->{needKernelReread} = 1;
partition_table::adjust_local_extended($hd, $part);