Support des modules a tester

This commit is contained in:
Marc
2021-12-14 14:19:14 +01:00
parent 2209a9a36d
commit 4aee41a5d6
17 changed files with 368 additions and 27 deletions
+10 -4
View File
@@ -1,10 +1,16 @@
#!/bin/bash
echo "building node-c hooks"
node node_modules/node-gyp/bin/node-gyp.js configure
sudo node node_modules/node-gyp/bin/node-gyp.js build
node node_modules/node-gyp/bin/node-gyp.js build
echo "syscall"
echo " syscall"
cp build/Release/syscall.node rootfs\ overrides/chibrax/syscall.node
echo "ioctl"
echo " ioctl"
cp build/Release/ioctl.node rootfs\ overrides/chibrax/ioctl.node
echo "mount"
echo " mount"
cp build/Release/mount.node rootfs\ overrides/chibrax/mount.node
echo " file"
cp build/Release/file.node rootfs\ overrides/chibrax/file.node
echo "done"