diff options
author | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:05:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-10-05 14:05:37 +0000 |
commit | 8c844e631a2382f8e6acbfaea6d46d9547be5fb8 (patch) | |
tree | f0b0aa886c4f1906fe64bbe2d0ad9b2b38e66c71 | |
parent | 951fc70b31e66caa9530d071e90930d0fde27029 (diff) | |
download | anaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.tar.gz anaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.tar.xz anaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.zip |
fix NTFS partitions.
-rw-r--r-- | balkan/dos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/balkan/dos.c b/balkan/dos.c index e02163790..cdd60ecfc 100644 --- a/balkan/dos.c +++ b/balkan/dos.c @@ -139,6 +139,7 @@ int dospReadTable(int fd, struct partitionTable * table) { case 0x7: table->parts[i].type = BALKAN_PART_NTFS; + break; case 0x83: table->parts[i].type = BALKAN_PART_EXT2; |