#!/bin/sh
mkimage -A arm -T script -C none -a 04000000 -n 'Emulab boot.scr' -d boot.script nboot.scr
exit $?
