From 054eb78d76d4a23aa3d7157c3db3be301077776b Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 23 Jun 2021 16:34:59 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E5=A2=9E=E5=8A=A0rootconf=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/mk-base-image | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mk-base-image b/tools/mk-base-image index ba5e6781..ea4fa055 100755 --- a/tools/mk-base-image +++ b/tools/mk-base-image @@ -57,6 +57,8 @@ cp -a /dev/urandom $target/dev/ cp -a /dev/random $target/dev/ # install ONIE helpers +chmod 0755 $projectdir/rootconf/sysroot-bin/* +chmod 0755 $projectdir/rootconf/sysroot-lib/* cp -rf $projectdir/rootconf/sysroot-bin/* $target/bin/ cp -rf $projectdir/rootconf/sysroot-lib/* $target/lib/