Commit b422ed54 authored by Simon Fels's avatar Simon Fels
Browse files

scripts: copy filesystem config into rootfs from buiild output

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,7 +14,7 @@ cp -r $OUTDIR/system/* rootfs/system/
mkdir rootfs/cache
cp filesystem_config.txt rootfs/
find out -name filesystem_config.txt -exec cp {} rootfs \;
cp anbox-init.sh rootfs/
chmod +x rootfs/anbox-init.sh
......
Supports Markdown
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