[Ovirt-devel] [PATCH] adds ovirt-node-image version into ovirt.log on boot

Joey Boggs jboggs at redhat.com
Thu Aug 20 14:49:17 UTC 2009


Simply adds the ovirt-node-image version into /var/log/ovirt.log on boot for debugging reference
---
 scripts/ovirt-early |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 8cf2cd0..cdd4afd 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -238,6 +238,7 @@ start() {
 
     # save boot parameters like console= for local disk boot menu
     bootparams=
+    cat /etc/system-release >> $OVIRT_LOGFILE
 
     for i in $(cat /proc/cmdline); do
         case $i in
-- 
1.6.2.5




More information about the ovirt-devel mailing list