From 956ec1dd442fa9724fc1ff34390310fff9501f06 Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Tue, 31 Mar 2026 20:07:24 -0300 Subject: [PATCH] Remove rootfs overlay skeleton --- board/raspberrypi/overlay/etc/network/interfaces | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 board/raspberrypi/overlay/etc/network/interfaces diff --git a/board/raspberrypi/overlay/etc/network/interfaces b/board/raspberrypi/overlay/etc/network/interfaces deleted file mode 100644 index aa30214..0000000 --- a/board/raspberrypi/overlay/etc/network/interfaces +++ /dev/null @@ -1,12 +0,0 @@ -# /etc/network/interfaces - Common network configuration -# -# This file is part of the shared rootfs overlay and provides a -# sensible default network configuration for all Raspberry Pi projects. -# Projects can override this by placing their own version in their -# project-specific overlay (which is applied after this one). - -auto lo -iface lo inet loopback - -auto eth0 -iface eth0 inet dhcp