Commit 91e1de44 authored by Alessandro Rubini's avatar Alessandro Rubini

build: fix too-strict permission of root directory (again)

Despite being "obivously right", the previous commit, didn't work.
I didn't identify the reason of the permission problem but changing
it right before tarring works.

Previous commit is already in master, and master is holy, so here's
another commit.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent df1fd12d
......@@ -50,6 +50,7 @@ fi
chmod g-w $TMPFS/root $TMPFS/root/.ssh
chown -R root:root $TMPFS/root
chown -R root:root $TMPFS/etc/dropbear
chmod a+rx $TMPFS
##Test Anchor
(cd "$TMPFS" && tar cz .> $ROOTFS_IMAGE_TGZ)
......
Markdown is supported
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