DS> # HG changeset patch
DS> # User Dan Smith <danms(a)us.ibm.com>
DS> # Date 1196962499 28800
DS> # Node ID f19a5921a4996f3babd6ab3d4cd5b4c523da2bfd
DS> # Parent 0fd998389d0260fd54af8c7b9005f5a0fc402b4d
DS> Add base schema installation script
Just noticed a couple issues here.
DS> +#!/bin/bash -x
This shouldn't have -x anymore. However, as complicated of an install
process as this is, I think I might add a debug environment variable
to enable -x and debug printing because I *know* we're going to run
into issues with install.
DS> + cimmofl -uc -aEV -R$repo -n $NS cimv*.mof
The places where I do this fail because this matches the interop mof
as well as the base one. I've fixed this and will send out an updated
set.
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com