diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-14 11:26:36 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-14 11:26:36 +0200 |
commit | 78d096b2b1f286e15ed12a2789da102fe5849184 (patch) | |
tree | 296250bb2f7c89076ff9570a1d18c40dde677cda /targets/ryuglab/boot | |
parent | 0d622d23b8f8ad6d63589900fc65a398ab9ee344 (diff) | |
download | linux-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/ryuglab/boot')
-rwxr-xr-x | targets/ryuglab/boot/boot | 2 |
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" |