diff options
author | Francois Pons <fpons@mandriva.com> | 2000-02-04 14:22:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-02-04 14:22:17 +0000 |
commit | 60ac60d8a763ff2c8ae64b8d4243b01a54b498ee (patch) | |
tree | 5600494716d0d1212047faa56e88610d1800a263 /perl-install/partition_table.pm | |
parent | 108a6e5c4434c59ee81091df06b752af4a0e9fe7 (diff) | |
download | drakx-60ac60d8a763ff2c8ae64b8d4243b01a54b498ee.tar drakx-60ac60d8a763ff2c8ae64b8d4243b01a54b498ee.tar.gz drakx-60ac60d8a763ff2c8ae64b8d4243b01a54b498ee.tar.bz2 drakx-60ac60d8a763ff2c8ae64b8d4243b01a54b498ee.tar.xz drakx-60ac60d8a763ff2c8ae64b8d4243b01a54b498ee.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 4702a1210..151353989 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -410,6 +410,7 @@ sub write($) { } $hd->write(0, $hd->{primary}{raw}, $hd->{primary}{info}) or die "writing of partition table failed"; + #- should be fixed but a extended exist with no real extended partition, that blanks mbr! foreach (@{$hd->{extended}}) { # in case of extended partitions, the start sector must be local to the partition $_->{normal}{local_start} = $_->{normal}{start} - $_->{start}; |