[node-patches] Change in ovirt-node[master]: [DRAFT] init: Fix reboot after auto-install
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue May 7 20:21:42 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: [DRAFT] init: Fix reboot after auto-install
......................................................................
[DRAFT] init: Fix reboot after auto-install
Change-Id: Ia55fd6f1756d4d3b135594b8fde8490fb859fae5
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-init-functions.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/64/14564/1
diff --git a/scripts/ovirt-init-functions.sh b/scripts/ovirt-init-functions.sh
index 5aab29a..a8603f1 100644
--- a/scripts/ovirt-init-functions.sh
+++ b/scripts/ovirt-init-functions.sh
@@ -1144,7 +1144,7 @@
if [ $? -ne 0 ]; then
autoinstall_failed
fi
- return 1
+ exit 0
fi
if is_firstboot || is_install ; then
--
To view, visit http://gerrit.ovirt.org/14564
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia55fd6f1756d4d3b135594b8fde8490fb859fae5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list