diff options
author | Bill Nottingham <notting@redhat.com> | 2005-03-25 18:03:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-03-25 18:03:28 +0000 |
commit | 13926797b9251a8fdd7c7bb3463efda1a3fe4288 (patch) | |
tree | 9bd5bddd424a220394ecc6f8fad7af61030e2923 /partedUtils.py | |
parent | 28af36904edaa668997c958feb4c02ae5f1c30dc (diff) | |
download | anaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.tar.gz anaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.tar.xz anaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.zip |
add comma
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 7fa42d752..e74820a01 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -1090,7 +1090,7 @@ allPartitionTypesDict = { 0xa6: "OpenBSD", 0xb7: "BSDI fs", 0xb8: "BSDI swap", - 0xbf: "Solaris" + 0xbf: "Solaris", 0xc7: "Syrinx", 0xdb: "CP/M", 0xde: "Dell Utility", |