summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-23 00:13:31 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-23 00:13:31 +0000
commitabde7852b4cb7055157f06caecf9d2b7e27ca4ab (patch)
tree9d74bf07d16d95f4372b3738fa5a52e301fa9ca1 /partedUtils.py
parent2474085ed50d5b75ab07899df7619368ef7cdeb2 (diff)
downloadanaconda-abde7852b4cb7055157f06caecf9d2b7e27ca4ab.tar.gz
anaconda-abde7852b4cb7055157f06caecf9d2b7e27ca4ab.tar.xz
anaconda-abde7852b4cb7055157f06caecf9d2b7e27ca4ab.zip
add ntfs native part type to the list of dosPartition types if we're going to include it as a dos fs for booty's purposes
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 550e565a2..4885969a0 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -860,7 +860,7 @@ class DiskSet:
# XXX is this all of the possibilities?
-dosPartitionTypes = [ 1, 6, 11, 12, 14, 15 ]
+dosPartitionTypes = [ 1, 6, 7, 11, 12, 14, 15 ]
# master list of partition types
allPartitionTypesDict = {