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 /tests/cyclictest/root/overlay/sbin/lcpinit | |
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 'tests/cyclictest/root/overlay/sbin/lcpinit')
-rwxr-xr-x | tests/cyclictest/root/overlay/sbin/lcpinit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cyclictest/root/overlay/sbin/lcpinit b/tests/cyclictest/root/overlay/sbin/lcpinit index 02c39af..15cc11c 100755 --- a/tests/cyclictest/root/overlay/sbin/lcpinit +++ b/tests/cyclictest/root/overlay/sbin/lcpinit @@ -1,5 +1,7 @@ #!/bin/sh +/bin/mount -t devtmpfs devtmpfs /dev + echo Command: cyclictest -n -p99 -t3 -l10000 -q echo Version: `cyclictest --help | head -1` echo |