[Ovirt-devel] [PATCH node] ovirt_firstboot=no to skip the firstboot menu

Alan Pevec apevec at redhat.com
Wed Apr 15 00:32:22 UTC 2009


force skipping the firstboot menu for debugging/testing when local
storage is not available

Signed-off-by: Alan Pevec <apevec at redhat.com>
---
 scripts/ovirt-early |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index d99e287..432d5b7 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -298,6 +298,9 @@ start() {
             standalone=1
             bootparams="$bootparams $i"
             ;;
+            ovirt_firstboot=no | ovirt_firstboot=0)
+            firstboot=0
+            ;;
             ovirt_firstboot*)
             firstboot=1
             ;;
-- 
1.6.0.6




More information about the ovirt-devel mailing list