Skip to content

Commit

Permalink
Update build_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
theodiem authored May 26, 2024
1 parent 5f99ec9 commit bc6b9c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/build_dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ CUSTOM_PI_OS_PATH=$(<"${DIR}"/custompios_path)
export CUSTOM_PI_OS_PATH
export PATH=$PATH:$CUSTOM_PI_OS_PATH

test -d /tmp || ( mkdir /tmp && mount -t tmpfs devtmp /tmp)
test -d /tmp || mkdir /tmp
mount -t tmpfs devtmp /tmp
df -h

"${CUSTOM_PI_OS_PATH}"/build_custom_os "$@"

0 comments on commit bc6b9c9

Please sign in to comment.