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

18 lines
316 B
Bash
Executable File

#!/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