diff options
author | Erik Troan <ewt@redhat.com> | 1999-12-28 20:00:20 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-12-28 20:00:20 +0000 |
commit | 9df25375e87b6a1a89e21d002db3a229b2cc5132 (patch) | |
tree | 367931861fbc6a1830a36a8e225a96661b09e9ec /balkan/balkan.h | |
parent | 79bd9ae361f0acadaa7328810d99e82030ca4897 (diff) | |
download | anaconda-9df25375e87b6a1a89e21d002db3a229b2cc5132.tar.gz anaconda-9df25375e87b6a1a89e21d002db3a229b2cc5132.tar.xz anaconda-9df25375e87b6a1a89e21d002db3a229b2cc5132.zip |
identify raid partitions
Diffstat (limited to 'balkan/balkan.h')
-rw-r--r-- | balkan/balkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/balkan/balkan.h b/balkan/balkan.h index 6afa061c0..dcc95c0a8 100644 --- a/balkan/balkan.h +++ b/balkan/balkan.h @@ -11,6 +11,7 @@ #define BALKAN_PART_NTFS 4 #define BALKAN_PART_SWAP 5 #define BALKAN_PART_UFS 6 +#define BALKAN_PART_RAID 7 struct partition { long startSector; |