X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Fmso_install.sh;h=2c56716ced752d874d629b0632c8cd3af8e87108;hb=7187f7ebd90a3a87f15c406cec4ebcda00229343;hp=76d7070d438b33921e05460382b0fec3b4740b1e;hpb=f5311062d139e0f1cd0b9b9fbc664a044c8782d5;p=demo.git diff --git a/boot/mso_install.sh b/boot/mso_install.sh index 76d7070d..2c56716c 100644 --- a/boot/mso_install.sh +++ b/boot/mso_install.sh @@ -56,6 +56,7 @@ then sed -i "s/GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg sed -i "s/ens[0-9]*/eth0/g" /etc/network/interfaces.d/*.cfg + echo 'network: {config: disabled}' >> /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg echo "APT::Periodic::Unattended-Upgrade \"0\";" >> /etc/apt/apt.conf.d/10periodic reboot fi