search for: ovirt_log

Displaying 1 result from an estimated 1 matches for "ovirt_log".

Did you mean: _virt_log
2009 Jun 16
1
[PATCH node] Adds a log viewer option to o-c-setup. bz#506289
...pts/ovirt-config-setup +++ b/scripts/ovirt-config-setup @@ -11,6 +11,8 @@ CONFIG_DIR=/etc/ovirt-config-setup.d # special options, all others execute the symlinked script in CONFIG_DIR DEBUG_SHELL="Shell" CONTINUE="Continue Stateless Boot" +VIEW_LOG="View ovirt.log" +OVIRT_LOG=/var/log/ovirt.log declare -a OPTIONS @@ -33,6 +35,7 @@ for cfg in $CONFIG_DIR/*; do done OPTIONS[${#OPTIONS[*]}]="$DEBUG_SHELL" OPTIONS[${#OPTIONS[*]}]="$CONTINUE" +OPTIONS[${#OPTIONS[*]}]="$VIEW_LOG" # reset tty, otherwise serial console is broken @@ -51...