1
0
Fork 0
cartesi-python-chess/edit-rootfs-cartesi-cartesi...

18 lines
316 B
Plaintext
Raw Permalink Normal View History

2021-11-17 11:47:22 -07:00
#!/bin/bash
set -x
MYDIR=`pwd`
cd /home/jebba/devel/cartesi/machine-emulator-sdk/fs
make config
cp -p ~/devel/cartesi/machine-emulator-sdk/fs/cartesi-buildroot-config \
$MYDIR/
cp -p /home/jebba/devel/cartesi/machine-emulator-sdk/fs/rootfs.ext2 \
/opt/cartesi/share/images/rootfs-cartesi-python-chess.ext2