From 31f85577994a325317c634daa5fa77c007247959 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 10 Jul 2024 14:20:39 +0200 Subject: [PATCH] Open interactive shell on start --- lagarto-ox.nix | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 336f2fb..292986d 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -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))