Open interactive shell on start

This commit is contained in:
Rodrigo Arias 2024-07-10 14:20:39 +02:00
parent b7d02f867a
commit 31f8557799

View File

@ -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))