[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] More grub shell debugging
From: |
Glenn Washburn |
Subject: |
[PATCH 0/4] More grub shell debugging |
Date: |
Mon, 10 Jul 2023 22:01:15 -0500 |
These are fairly trivial patches making it easier to turn on debugging
when running tests.
Glenn
Glenn Washburn (4):
grub-shell: Add --verbose to mkrescue when $debug is greater than 2
grub-shell: Allow setting default timeout via
GRUB_SHELL_DEFAULT_TIMEOUT envvar
grub-shell: Allow setting the value of debug regardless of its
previous state
tests/util/grub-shell-luks-tester: Allow GRUB_SHELL_LUKS_DEFAULT_DEBUG
and GRUB_TEST_DEFAULT_DEBUG to specify the debug level to grub-shell
tests/util/grub-shell-luks-tester.in | 4 +++-
tests/util/grub-shell.in | 8 ++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
--
2.34.1
- [PATCH 0/4] More grub shell debugging,
Glenn Washburn <=
- [PATCH 1/4] grub-shell: Add --verbose to mkrescue when $debug is greater than 2, Glenn Washburn, 2023/07/10
- [PATCH 3/4] grub-shell: Allow setting the value of debug regardless of its previous state, Glenn Washburn, 2023/07/10
- [PATCH 2/4] grub-shell: Allow setting default timeout via GRUB_SHELL_DEFAULT_TIMEOUT envvar, Glenn Washburn, 2023/07/10
- [PATCH 4/4] tests/util/grub-shell-luks-tester: Allow GRUB_SHELL_LUKS_DEFAULT_DEBUG and GRUB_TEST_DEFAULT_DEBUG to specify the debug level to grub-shell, Glenn Washburn, 2023/07/10
- Re: [PATCH 0/4] More grub shell debugging, Daniel Kiper, 2023/07/13