mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Added include interfaces.d/* in network interfaces
This commit is contained in:
parent
064491d1a8
commit
696bbef89c
@ -174,6 +174,12 @@ fi
|
|||||||
echo "Getting latest package lists"
|
echo "Getting latest package lists"
|
||||||
apt update > /dev/null 2>&1
|
apt update > /dev/null 2>&1
|
||||||
|
|
||||||
|
# include interfaces.d to enable SDN features
|
||||||
|
q=$(cat /etc/network/interfaces | grep "source /etc/network/interfaces.d/*")
|
||||||
|
if [ $? -gt 0 ]; then
|
||||||
|
echo "source /etc/network/interfaces.d/*" >> /etc/network/interfaces
|
||||||
|
fi
|
||||||
|
|
||||||
# update system and install basic tools
|
# update system and install basic tools
|
||||||
echo "Upgrading system to latest version - Depending on your version this could take a while..."
|
echo "Upgrading system to latest version - Depending on your version this could take a while..."
|
||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade > /dev/null 2>&1
|
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade > /dev/null 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user