|
|
@ -24,7 +24,7 @@ |
|
|
<xsl:for-each select="disk"> |
|
|
<xsl:for-each select="disk"> |
|
|
<disk> |
|
|
<disk> |
|
|
<xsl:apply-templates select="@*|node()[not(ancestor-or-self::target | ancestor-or-self::wwn)]"/> |
|
|
<xsl:apply-templates select="@*|node()[not(ancestor-or-self::target | ancestor-or-self::wwn)]"/> |
|
|
<target bus="sata" rotation_rate="1"> |
|
|
<target bus="sata"> |
|
|
<xsl:attribute name="rotation_rate"> |
|
|
<xsl:attribute name="rotation_rate"> |
|
|
<!-- Disk is an SSD --> |
|
|
<!-- Disk is an SSD --> |
|
|
<xsl:value-of select="'1'" /> |
|
|
<xsl:value-of select="'1'" /> |
|
|
|