Skip to content

Commit

Permalink
add data directory skeleton support
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 26, 2017
1 parent d1198a9 commit b61dc10
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 Down
Empty file.
Empty file.
Empty file.

0 comments on commit b61dc10

Please sign in to comment.