[libvirt] [osinfo PATCH 5/8] Fix <volume-id> for RHEL 4.x

Christophe Fergeau cfergeau at redhat.com
Fri Nov 18 18:04:14 UTC 2011


The VolumeID for RHEL 4.x was RHEL/4-Ux, it was changed to RHEL_6.x
for RHEL6. I checked this with ISOs straight from RHN.
---
 data/oses/rhel.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/oses/rhel.xml b/data/oses/rhel.xml
index e6c9d1e..ac6149b 100644
--- a/data/oses/rhel.xml
+++ b/data/oses/rhel.xml
@@ -26,13 +26,13 @@
     <media arch="i386">
       <iso>
         <system-id>LINUX</system-id>
-        <volume-id>.*RHEL_4.8 i386.*</volume-id>
+        <volume-id>.*RHEL/4-U8 i386.*</volume-id>
       </iso>
     </media>
     <media arch="x86_64">
       <iso>
         <system-id>LINUX</system-id>
-        <volume-id>.*RHEL_4.8 x86_64.*</volume-id>
+        <volume-id>.*RHEL/4-U8 x86_64.*</volume-id>
       </iso>
     </media>
   </os>
-- 
1.7.7.1




More information about the libvir-list mailing list