Archive for October, 2009
Grrrr.
October 1st, 2009You know what I hate? I hate producing XML that looks perfectly valid, validates with the schema checker, and doesn’t cause the parser to throw errors when actually processing it, yet completely fails to do what it’s supposed to do.
In case you’re interested, the difference between
<interfaces config:type=”list”>
and
<interfaces>
in an AutoYaST install profile is, the first […]