DF-0823 / build.sh
#!/bin/sh # DF-0823 build script — no compilation needed, trigger.sh is a shell script. # The trigger runs entirely in the guest as root (hammer2 multi-chain PFS # setup requires root). This script just copies the trigger to the guest. echo "DF-0823: trigger.sh is a shell script — no compilation needed." echo "Copy trigger.sh to the guest and run as root." echo "See run.sh for the exact invocation." |