diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-18 11:36:21 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-18 11:36:21 +0200 |
commit | 85b9a97ef993aa72518390b2d8c1792dbdd4102d (patch) | |
tree | cbfde0a12ab2b1992c4172d5910604cc7757d82a /targets/ryuglab/scripts/boot | |
parent | b2683b865ea4525078231206522d1afec374553a (diff) | |
download | linux-conf-perf-85b9a97ef993aa72518390b2d8c1792dbdd4102d.tar.gz linux-conf-perf-85b9a97ef993aa72518390b2d8c1792dbdd4102d.tar.bz2 linux-conf-perf-85b9a97ef993aa72518390b2d8c1792dbdd4102d.zip |
ryuglab boot force links
Diffstat (limited to 'targets/ryuglab/scripts/boot')
-rwxr-xr-x | targets/ryuglab/scripts/boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot index 57b2b1c..4efb1e2 100755 --- a/targets/ryuglab/scripts/boot +++ b/targets/ryuglab/scripts/boot @@ -7,7 +7,7 @@ sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 cd `dirname $0` cd ../cyclictest -ln -s ../../../jobfiles/linuxImage uImage -ln -s ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot +ln -sf ../../../jobfiles/linuxImage uImage +ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF" |