From 94e5427617c8969a2beb04242c2e078726f00a63 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Jun 2014 15:09:15 +0200 Subject: [PATCH] create /etc/sysconfig/network on f18|f20 as this sometimes is missing (I suspect dhclient creates it when we do not specify create-vm.sh -s...) --- lbuild-initvm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index df78c11f..41eac079 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -214,6 +214,9 @@ function fedora_configure() { # set the hostname case "$fcdistro" in f18|f2?) + cat < ${lxc_root}/etc/sysconfig/network +NETWORKING=yes +EOF cat < ${lxc_root}/etc/hostname $GUEST_HOSTNAME EOF -- 2.43.0