diff options
author | Eric Hameleers <alien@slackware.com> | 2022-08-14 14:36:11 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-08-14 14:36:11 +0200 |
commit | 9f326a3fd84c3502480d83bcd61c02cbbaf386a4 (patch) | |
tree | 9ed27d7a4e01be7abf98080d0e13e048ba036257 /liveinit.tpl | |
parent | d3ca342bfc728ab3f44b5fea98ac39c20c6b04c6 (diff) | |
download | liveslak-9f326a3fd84c3502480d83bcd61c02cbbaf386a4.tar.gz liveslak-9f326a3fd84c3502480d83bcd61c02cbbaf386a4.tar.xz |
liveinit: explain debug= boot parameter values in more detail
Diffstat (limited to 'liveinit.tpl')
-rw-r--r-- | liveinit.tpl | 8 |
1 files 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=" " |