From 0642158bffe832a0cd6a96d99e26170b1a904c5f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 24 Mar 2005 18:32:28 +0000 Subject: 2005-03-24 Jeremy Katz * partedUtils.py (allPartitionTypesDict): Add new Solaris partition label --- partedUtils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'partedUtils.py') diff --git a/partedUtils.py b/partedUtils.py index 658eb96ee..7fa42d752 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -1090,6 +1090,7 @@ allPartitionTypesDict = { 0xa6: "OpenBSD", 0xb7: "BSDI fs", 0xb8: "BSDI swap", + 0xbf: "Solaris" 0xc7: "Syrinx", 0xdb: "CP/M", 0xde: "Dell Utility", -- cgit