Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 03530a56 authored by Robert Nelson's avatar Robert Nelson
Browse files

rootfs: add eth0.network file for systemd


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 1b1ac009
No related merge requests found
......@@ -35,6 +35,8 @@ rm -rf ./ignore/.root/usr/lib/modules/5.13.6-riscv64-r17/ || true
rm -rf ./ignore/.root/usr/lib/systemd/system/bb-usb-gadgets.service || true
rm -rf ./ignore/.root/usr/lib/systemd/system/grow_partition.service || true
cp -v ./rootfs/eth0.network ./ignore/.root/etc/systemd/network/ || true
if [ -f ./deploy/.modules ] ; then
version=$(cat ./deploy/.modules || true)
if [ -f ./deploy/${version}.tar.gz ] ; then
......
[Match]
Name=eth0
Type=ether
[Link]
RequiredForOnline=yes
[Network]
DHCP=ipv4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment