Displaying 1 result from an estimated 1 matches for "4160e63".
2009 Jul 15
1
[PATCH node] Changes the exit/continue based on context.
...then
+ CONTINUE="Continue Stateless Boot"
+else
+ CONTINUE="Quit And Exit"
+fi
+OPTIONS[${#OPTIONS[*]}]="$CONTINUE"
+
+
while true; do
PS3="Please select an option: "
diff --git a/scripts/ovirt-firstboot b/scripts/ovirt-firstboot
index 844f689..4160e63 100755
--- a/scripts/ovirt-firstboot
+++ b/scripts/ovirt-firstboot
@@ -55,7 +55,7 @@ start ()
elif is_firstboot; then
plymouth --hide-splash
- ovirt-config-setup < /dev/console
+ ovirt-config-setup -x < /dev/console
plymouth --show-splash
fi
--
1...