diff options
Diffstat (limited to 'boot/asdc_install.sh')
-rw-r--r-- | boot/asdc_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/asdc_install.sh b/boot/asdc_install.sh index e9edfaa4..ff44283f 100644 --- a/boot/asdc_install.sh +++ b/boot/asdc_install.sh @@ -85,6 +85,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 |