Ohad Basan has uploaded a new change for review. Change subject: ovirt-live: enable network connection on live envrionment ......................................................................
ovirt-live: enable network connection on live envrionment Change-Id: Id2509706727584e054ec19b655dc56b03c78fc66 Signed-off-by: Ohad Basan <oba...@redhat.com> --- M centos/kickstart/ovirt-live-base.ks.in M centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts/ifcfg-eth0 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/94/20494/1 diff --git a/centos/kickstart/ovirt-live-base.ks.in b/centos/kickstart/ovirt-live-base.ks.in index 142c54a..639a5c6 100644 --- a/centos/kickstart/ovirt-live-base.ks.in +++ b/centos/kickstart/ovirt-live-base.ks.in @@ -23,7 +23,7 @@ repo --name=local --baseurl=file://@PATH@/oVirtLiveFiles/rpms/ xconfig --startxonboot -services --enabled=network,sshd,nfs --disabled=NetworkManager +services --enabled=network,sshd,nfs,NetworkManager ######################################################################## # diff --git a/centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts/ifcfg-eth0 b/centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts/ifcfg-eth0 index 9235da4..5291587 100644 --- a/centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts/ifcfg-eth0 +++ b/centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts/ifcfg-eth0 @@ -1,3 +1,3 @@ DEVICE=eth0 -BOOTPROTO=none +BOOTPROTO=dhcp ONBOOT=yes -- To view, visit http://gerrit.ovirt.org/20494 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id2509706727584e054ec19b655dc56b03c78fc66 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: Ohad Basan <oba...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches