Skip to content

Commit

Permalink
Merge branch 'thingos' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 26, 2017
2 parents 55dc2ba + b61dc10 commit 622a172
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions board/common/overlay/etc/init.d/S00datapart
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ case "$1" in
test $? == 0 && msg_done || msg_fail

msg_begin "Creating required data files"
mkdir /data/etc
mkdir /data/log
mkdir -m 775 /data/media
cp -pur /usr/share/dataskel/* /data
cp /etc/version /data/etc/version
ln -s /usr/share/zoneinfo/UTC /data/etc/localtime
touch /data/etc/adjtime
Expand All @@ -70,5 +68,5 @@ case "$1" in
exit 1
esac

exit $?

# always exit with a successful status
exit 0
Empty file.
Empty file.
Empty file.

0 comments on commit 622a172

Please sign in to comment.