summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-03-25 18:03:28 +0000
committerBill Nottingham <notting@redhat.com>2005-03-25 18:03:28 +0000
commit13926797b9251a8fdd7c7bb3463efda1a3fe4288 (patch)
tree9bd5bddd424a220394ecc6f8fad7af61030e2923
parent28af36904edaa668997c958feb4c02ae5f1c30dc (diff)
downloadanaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.tar.gz
anaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.tar.xz
anaconda-13926797b9251a8fdd7c7bb3463efda1a3fe4288.zip
add comma
-rw-r--r--ChangeLog4
-rw-r--r--partedUtils.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29b9b157c..a6fa0433c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-25 Bill Nottingham <notting@redhat.com>
+
+ * partedUtils.py (allPartitionTypesDict): add comma
+
2005-03-24 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
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",