diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 00:38:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 00:38:57 +0000 |
commit | c75193289b79d4c0687aa6a597b51436568f8360 (patch) | |
tree | 0dde0958b1d48a729e30be420f9f8c94004b7ef8 /perl-install/partition_table.pm | |
parent | c5d30320d3d120ccd291ccc7b7271400a4f20e4a (diff) | |
download | drakx-c75193289b79d4c0687aa6a597b51436568f8360.tar drakx-c75193289b79d4c0687aa6a597b51436568f8360.tar.gz drakx-c75193289b79d4c0687aa6a597b51436568f8360.tar.bz2 drakx-c75193289b79d4c0687aa6a597b51436568f8360.tar.xz drakx-c75193289b79d4c0687aa6a597b51436568f8360.zip |
no_comment
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index fc43e53ab..c0d45d437 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -25,7 +25,7 @@ use log; @important_types = ('Linux native', 'Linux swap', 'Win98 FAT32'); @important_types2 = (arch() =~ /i.86/ ? 'ReiserFS' : (), 'Linux RAID'); -@fields2save = qw(primary extended totalsectors); +@fields2save = qw(primary extended totalsectors isDirty needKernelReread); my %types = ( @@ -473,6 +473,7 @@ sub write($) { } } $hd->{isDirty} = 0; + $hd->{hasBeenDirty} = 1; #- used in undo (to know if undo should believe isDirty or not) #- now sync disk and re-read the partition table if ($hd->{needKernelReread}) { |