#!/bin/bash

# upgrade can change the resolv.conf file
CreoleSwitchResolv minimal

systemctl mask netplan-wait-online.service networkd-dispatcher.service netplan-apply.service

exit 0
