diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-24 21:38:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-24 21:38:31 +0000 |
commit | 2383474b8210eef1d069fcf49fe62015019e0c85 (patch) | |
tree | d7f465327ad70b53e2ad2b05dbf2236aa7a8c3e0 /perl-install/partition_table.pm | |
parent | 33d551048b714476402f01c0dc3f68c87eba2813 (diff) | |
download | drakx-2383474b8210eef1d069fcf49fe62015019e0c85.tar drakx-2383474b8210eef1d069fcf49fe62015019e0c85.tar.gz drakx-2383474b8210eef1d069fcf49fe62015019e0c85.tar.bz2 drakx-2383474b8210eef1d069fcf49fe62015019e0c85.tar.xz drakx-2383474b8210eef1d069fcf49fe62015019e0c85.zip |
no_comment
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index e1b5b796a..c1f90c566 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -486,7 +486,7 @@ sub active($$) { $_->{active} = 0 foreach @{$hd->{primary}{normal}}; $part->{active} = 0x80; - hd->{isDirty} = 1; + $hd->{isDirty} = 1; } |