Open interactive shell on start
This commit is contained in:
parent
b7d02f867a
commit
31f8557799
@ -93,15 +93,18 @@
|
||||
|
||||
export PATH=${config.system.build.extraUtils}/bin
|
||||
|
||||
mkdir -p /tracing
|
||||
mount -t tracefs nodev /tracing
|
||||
#mkdir -p /tracing
|
||||
#mount -t tracefs nodev /tracing
|
||||
|
||||
cd /tracing
|
||||
echo nop > current_tracer
|
||||
echo 100 > max_graph_depth
|
||||
echo handle_page_fault > set_graph_function
|
||||
echo function_graph > current_tracer
|
||||
cd /
|
||||
#cd /tracing
|
||||
#echo nop > current_tracer
|
||||
#echo 100 > max_graph_depth
|
||||
#echo handle_page_fault > set_graph_function
|
||||
#echo function_graph > current_tracer
|
||||
#cd /
|
||||
|
||||
# Open an interactive shell
|
||||
ash
|
||||
|
||||
memtool fill $((512 * 1024 * 1024))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user