diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-10-28 18:27:31 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-10-28 18:27:31 +0000 |
commit | 110f97940bf433ed5fe204223df106f367875b15 (patch) | |
tree | 9b0bda425a5f3dafc66de1ebab5c3a7a628a740b /partedUtils.py | |
parent | fb1f72eb434f4086fa4222a186d3a73f3afff24a (diff) | |
download | anaconda-110f97940bf433ed5fe204223df106f367875b15.tar.gz anaconda-110f97940bf433ed5fe204223df106f367875b15.tar.xz anaconda-110f97940bf433ed5fe204223df106f367875b15.zip |
2005-10-28 Jeremy Katz <katzj@redhat.com>
* partedUtils.py (max_logical_partition_count): Likewise.
Diffstat (limited to 'partedUtils.py')
-rw-r--r-- | partedUtils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partedUtils.py b/partedUtils.py index 851b4d921..c72f82ed0 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -1119,4 +1119,5 @@ max_logical_partition_count = { "iseries/vd": 3, "ida/": 11, "sx8/": 11, + "xvd": 11, } |