[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/12] Grub-shell improvements
From: |
Glenn Washburn |
Subject: |
[PATCH 00/12] Grub-shell improvements |
Date: |
Wed, 31 Mar 2021 20:57:39 -0500 |
I've extracted this patch series from the GitLab CI patch series, which some
minor modifications. Mostly these are improvements to grub-shell to facilitate
debugging.
The only patch that might be considered a fix, as opposed to an improvement,
would be patch #11, which fixes the issue where qemu-mips is given a
non-existant machine type. And while this was discussed here on the list as a
possible solution, I couldn't get the mips tests working, so I'm not sure it's
the right fix.
Glenn
Glenn Washburn (12):
grub-shell: Allow specifying non-default trim line contents
grub-shell: Trim line should always be matched from the beginning of
the line
grub-shell: Only show grub-mkrescue output if it returns an error
grub-shell: Allow setting default timeout via
GRUB_SHELL_DEFAULT_TIMEOUT envvar
grub-shell: Put all generated files into working dir and use better
file names
grub-shell: Add grub output logfile with grub-shell --debug
grub-shell: Set exit status to qemu exit status
tests: Allow turning on shell tracing from environment variables
grub-shell: Add --verbose to mkrescue when $debug is greater than 2
grub-shell: Only turn on qemu head when large debug value is specified
grub-shell: Use malta qemu-mips machine type instead off non-existant
indy
grub-shell: Update qemu UEFI firmware names to be more generic
tests/util/grub-fs-tester.in | 2 +
tests/util/grub-shell.in | 89 ++++++++++++++++++++++++------------
2 files changed, 63 insertions(+), 28 deletions(-)
--
2.27.0
- [PATCH 00/12] Grub-shell improvements,
Glenn Washburn <=
- [PATCH 01/12] grub-shell: Allow specifying non-default trim line contents, Glenn Washburn, 2021/03/31
- [PATCH 02/12] grub-shell: Trim line should always be matched from the beginning of the line, Glenn Washburn, 2021/03/31
- [PATCH 05/12] grub-shell: Put all generated files into working dir and use better file names, Glenn Washburn, 2021/03/31
- [PATCH 08/12] tests: Allow turning on shell tracing from environment variables, Glenn Washburn, 2021/03/31
- [PATCH 07/12] grub-shell: Set exit status to qemu exit status, Glenn Washburn, 2021/03/31
- [PATCH 04/12] grub-shell: Allow setting default timeout via GRUB_SHELL_DEFAULT_TIMEOUT envvar, Glenn Washburn, 2021/03/31
- [PATCH 11/12] grub-shell: Use malta qemu-mips machine type instead off non-existant indy, Glenn Washburn, 2021/03/31
- [PATCH 12/12] grub-shell: Update qemu UEFI firmware names to be more generic, Glenn Washburn, 2021/03/31
- [PATCH 06/12] grub-shell: Add grub output logfile with grub-shell --debug, Glenn Washburn, 2021/03/31
- [PATCH 03/12] grub-shell: Only show grub-mkrescue output if it returns an error, Glenn Washburn, 2021/03/31