diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-23 00:13:31 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-23 00:13:31 +0000 |
commit | abde7852b4cb7055157f06caecf9d2b7e27ca4ab (patch) | |
tree | 9d74bf07d16d95f4372b3738fa5a52e301fa9ca1 /partedUtils.py | |
parent | 2474085ed50d5b75ab07899df7619368ef7cdeb2 (diff) | |
download | anaconda-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.py | 2 |
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 = { |