diff options
Diffstat (limited to 'targets/ryuglab/scripts/boot')
-rwxr-xr-x | targets/ryuglab/scripts/boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot index 4efb1e2..19d50a3 100755 --- a/targets/ryuglab/scripts/boot +++ b/targets/ryuglab/scripts/boot @@ -5,7 +5,7 @@ sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 # Boot using novaboot cd `dirname $0` -cd ../cyclictest +cd ../boot ln -sf ../../../jobfiles/linuxImage uImage ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot |