From 9f326a3fd84c3502480d83bcd61c02cbbaf386a4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 14 Aug 2022 14:36:11 +0200 Subject: liveinit: explain debug= boot parameter values in more detail --- liveinit.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/liveinit.tpl b/liveinit.tpl index d6bc6d9..6c2ec4c 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -76,9 +76,11 @@ VIRGIN=0 WIPE_PERSISTENCE=0 # Used for debugging the init; -# Set DEBUG to '1' to enable explicit pauses; '2' enables verbose script exec; -# '4' dumps you into a debug shell right before the switch_root, and '5' -# additionally saves the verbose init execution output to 'debug_init.log': +# Set DEBUG to '1' to enable explicit pauses showing blkid/mount info; +# '2' and higher enable verbose script execution; +# '3' pauses like '1' or '2' but won't show blkid/mount info; +# '4' dumps you into a debug shell right before the switch_root; +# '5' additionally saves the verbose init execution output to 'debug_init.log': DEBUG=0 DEBUGV=" " -- cgit v1.2.3