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 export PATH=${config.system.build.extraUtils}/bin
mkdir -p /tracing #mkdir -p /tracing
mount -t tracefs nodev /tracing #mount -t tracefs nodev /tracing
cd /tracing #cd /tracing
echo nop > current_tracer #echo nop > current_tracer
echo 100 > max_graph_depth #echo 100 > max_graph_depth
echo handle_page_fault > set_graph_function #echo handle_page_fault > set_graph_function
echo function_graph > current_tracer #echo function_graph > current_tracer
cd / #cd /
# Open an interactive shell
ash
memtool fill $((512 * 1024 * 1024)) memtool fill $((512 * 1024 * 1024))