Enable Netplan.io (#3248)

* Enable Netplan in Ubuntu Focal

* Add netplan to other variants

* Force rootfs update
This commit is contained in:
Igor Pečovnik
2021-11-15 23:34:36 +01:00
committed by GitHub
parent aaa050959b
commit e163aa34fb
6 changed files with 24 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ mc
mmc-utils
nano
net-tools
netplan.io
network-manager
network-manager-openvpn
resolvconf

View File

@@ -9,6 +9,7 @@ lsof
mc
mmc-utils
nano
netplan.io
net-tools
network-manager
network-manager-openvpn

View File

@@ -10,6 +10,7 @@ mc
mmc-utils
nano
net-tools
netplan.io
network-manager
network-manager-openvpn
resolvconf

View File

@@ -9,6 +9,7 @@ mc
mmc-utils
nano
net-tools
netplan.io
network-manager
network-manager-openvpn
resolvconf

View File

@@ -1,2 +1,19 @@
network-manager network-manager-openvpn wireless-tools lsof htop mmc-utils wget nano sysstat net-tools
resolvconf jq libcrack2 cracklib-runtime curl mc i2c-tools
cracklib-runtime
curl
htop
i2c-tools
iozone3
jq
libcrack2
lsof
mc
mmc-utils
nano
net-tools
netplan.io
network-manager
network-manager-openvpn
resolvconf
sysstat
wget
wireless-tools

View File

@@ -29,7 +29,7 @@ HOSTRELEASE=$(cat /etc/os-release | grep VERSION_CODENAME | cut -d"=" -f2)
[[ -z $EXIT_PATCHING_ERROR ]] && EXIT_PATCHING_ERROR="" # exit patching if failed
[[ -z $HOST ]] && HOST="$BOARD" # set hostname to the board
cd "${SRC}" || exit
[[ -z "${ROOTFSCACHE_VERSION}" ]] && ROOTFSCACHE_VERSION=10
[[ -z "${ROOTFSCACHE_VERSION}" ]] && ROOTFSCACHE_VERSION=11
[[ -z "${CHROOT_CACHE_VERSION}" ]] && CHROOT_CACHE_VERSION=7
BUILD_REPOSITORY_URL=$(improved_git remote get-url $(improved_git remote 2>/dev/null | grep origin) 2>/dev/null)
BUILD_REPOSITORY_COMMIT=$(improved_git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null)