fedac/native: bundle lib/percussion.mjs into initramfs
notepat.mjs imports `/lib/percussion.mjs` (commit 1828b31db made the drum
synth shared between web + native), but neither initramfs build script
copied the file from system/public/aesthetic.computer/lib/. Boot crashed
with:
[js] Module not found, stubbing: /lib/percussion.mjs
[js] Module error: SyntaxError: Could not find export 'PERCUSSION_NAMES'
[ac-native] FATAL: Cannot load /pieces/notepat.mjs
Add percussion.mjs to the bundled-libs list in both build paths:
- docker-build.sh (oven path)
- build-and-flash-initramfs.sh (local-build path)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>