From e1f4904d5e50fc3ae3a3f3035b1981658fe7c80e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 26 Feb 2003 00:27:18 +0000 Subject: after ntfs resize, warn user that on Windows next boot fsck will be done --- perl-install/install_interactive.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_interactive.pm') 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); -- cgit v1.2.1