Fabian Deutsch has uploaded a new change for review. Change subject: [DONTCOMMIT] Don't run AI, run shell ......................................................................
[DONTCOMMIT] Don't run AI, run shell Change-Id: Iea904c02c7235fd60860459725dbdaefe8c1515c Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/48/16748/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index 1e25aa9..fd29325 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -1076,7 +1076,8 @@ auto_install=$? if [ "$auto_install" = "0" -o "$stateless" = "0" ]; then breakpoint "pre-auto-install" - /usr/libexec/ovirt-auto-install + #/usr/libexec/ovirt-auto-install + emergency_shell rc=$? breakpoint "post-auto-install" # Handle Log file -- To view, visit http://gerrit.ovirt.org/16748 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea904c02c7235fd60860459725dbdaefe8c1515c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
