aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-09-14 11:26:36 +0200
committerKarel Kočí <cynerd@email.cz>2015-09-14 11:26:36 +0200
commit78d096b2b1f286e15ed12a2789da102fe5849184 (patch)
tree296250bb2f7c89076ff9570a1d18c40dde677cda /targets
parent0d622d23b8f8ad6d63589900fc65a398ab9ee344 (diff)
downloadlinux-conf-perf-78d096b2b1f286e15ed12a2789da102fe5849184.tar.gz
linux-conf-perf-78d096b2b1f286e15ed12a2789da102fe5849184.tar.bz2
linux-conf-perf-78d096b2b1f286e15ed12a2789da102fe5849184.zip
Change boot to execute only one scripts
Boot is now executing only lcpinit script. /init scripts is not used during measurements. Booting without boot script, only using novaboot scripts, results in using /init script. This helps to access cli in booted machine without editing any files.
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/ryuglab/boot/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/boot/boot b/targets/ryuglab/boot/boot
index 3f88f6e..715327a 100755
--- a/targets/ryuglab/boot/boot
+++ b/targets/ryuglab/boot/boot
@@ -10,4 +10,4 @@ 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" --exiton-timeout=120 \
- --exiton="Kernel panic"
+ --exiton="Kernel panic" --append="rdinit=/sbin/lcpinit"