File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ if [ "${NETWORK_NETWORK_MANAGER}" == "yes" ]; then
4141 unpack filesystem/network-manager/root / root
4242 unpack filesystem/network-manager/boot /" ${BASE_BOOT_MOUNT_PATH} "
4343
44+ if [ " ${BASE_BOARD} " == " debian_lepotato" ]; then
45+ apt_update_skip
46+ apt-get install -y network-manager
47+ fi
48+
4449 # mv /"${BASE_BOOT_MOUNT_PATH}"/wifi.nmconnection ${DIST_NETWORK_FILE}
4550
4651 systemctl_if_exists enable copy-network-manager-config@wlan0.service
@@ -56,7 +61,7 @@ if [ ! -f "/etc/rc.local" ];then
5661fi
5762
5863# prevent ntp updates from failing due to some Rpi3 weirdness, see also "Fix SSH" further below
59- apt-get update --allow-releaseinfo-change
64+ apt_update_skip
6065apt-get install -y iptables
6166sed -i ' s@exit 0@@' /etc/rc.local
6267echo ' /sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00' >> /etc/rc.local
You can’t perform that action at this time.
0 commit comments