diff options
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 3b8e350e4..154f1bde1 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -195,7 +195,7 @@ When sure, press Ok."))) or return; 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::will_tell_kernel($hd, resize => $part); #- down-sizing, write_partitions is not needed partition_table::adjust_local_extended($hd, $part); partition_table::adjust_main_extended($hd); |