summaryrefslogtreecommitdiffstats
path: root/balkan
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-10-05 14:05:37 +0000
committerBill Nottingham <notting@redhat.com>1999-10-05 14:05:37 +0000
commit8c844e631a2382f8e6acbfaea6d46d9547be5fb8 (patch)
treef0b0aa886c4f1906fe64bbe2d0ad9b2b38e66c71 /balkan
parent951fc70b31e66caa9530d071e90930d0fde27029 (diff)
downloadanaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.tar.gz
anaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.tar.xz
anaconda-8c844e631a2382f8e6acbfaea6d46d9547be5fb8.zip
fix NTFS partitions.
Diffstat (limited to 'balkan')
-rw-r--r--balkan/dos.c1
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;