From 725a6e80708beddfca466714a14ba52813f9f6fe Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Thu, 30 Mar 2017 18:36:30 +0200 Subject: [PATCH] miragesdk: update the dhcp-client example with latest image Signed-off-by: Thomas Gazagnaire --- projects/miragesdk/examples/mirage-dhcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 82418a0ba..db4daa0ae 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -19,7 +19,7 @@ system: command: [/usr/bin/binfmt, -dir, /etc/binfmt.d/, -mount, /binfmt_misc] - name: dhcp-client network_mode: host - image: "mobylinux/dhcp-client:f6ef2cc4c3bf7dcad643f22fbd3d355af1725105" + image: "mobylinux/dhcp-client:d545cabade15a525f56fb411641f2b0630357a53" capabilities: - CAP_NET_ADMIN # to bring eth0 up - CAP_NET_RAW # to read /dev/eth0