From 78d096b2b1f286e15ed12a2789da102fe5849184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 14 Sep 2015 11:26:36 +0200 Subject: 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. --- targets/ryuglab/boot/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/ryuglab/boot') 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" -- cgit v1.2.3