Forum | Documentation | Website | Blog

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

ubuntu: fix systemd/network eth0 file


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent ec7d6917
No related merge requests found
Pipeline #1935 passed with stage
in 9 minutes and 29 seconds
......@@ -33,7 +33,7 @@ echo '/dev/mmcblk0p3 / auto errors=remount-ro 0 1' >> ./ignore/.root/etc/fs
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 ../ignore/.root/etc/bbb.io/templates/eth0-DHCP.network ./ignore/.root/etc/systemd/network/ || true
cp -v ./ignore/.root/etc/bbb.io/templates/eth0-DHCP.network ./ignore/.root/etc/systemd/network/eth0.network || true
cp -v ./bins/ap6203/* ./ignore/.root/usr/lib/firmware/ || true
......
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