

FloatingSunfish
-
Posts
13 -
Joined
-
Last visited
Community Answers
-
FloatingSunfish's post in Files Inside `/build/userpatches/overlay` Not Visible Inside Image File was marked as the answer
UPDATE: It seems that changing `mkdir -m 777 /scripts` to `mkdir -m 777 $SDCARD/scripts` has resolved both issues:
1. `customize-image.sh` is now running as expected.
2. We can now see our custom files inside `/build/userpatches/overlay`. These were "copied" to where we told `customize-image.sh` to place them.