From 66138cdc6bbd973426a9345c78c8120d9b446670 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 11 Aug 2000 00:27:27 +0000 Subject: no_comment --- perl-install/partition_table.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index c0d45d437..bcfc81e14 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -450,6 +450,7 @@ sub read_extended { # write the partition table sub write($) { my ($hd) = @_; + $hd->{isDirty} or return; #- set first primary partition active if no primary partitions are marked as active. for ($hd->{primary}{raw}) { -- cgit v1.2.1