cbmk/util/nvmutil
Leah Rowe e6c2fd9734 util/nvmutil: use x, not ?, for random characters
A user reported that '?' causes an error on zsh. See:

https://codeberg.org/libreboot/lbmk/issues/261

For example:

./mk inject libreboot-XXXXXX.tar.xz setmac ??:??:??:??:??:??

The user got:

 zsh: no matches found: ??:??:??:??:??:??

The mitigation here is to double-quote, e.g.:

./mk inject libreboot-XXXXXX.tar.xz setmac "??:??:??:??:??:??"

However, a lot of people won't do that. Therefore, I will
retain the current behaviour but support x/X for randomness.

Now lbmk uses x by default, instead. I will now update the
documentation, accordingly.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-05-04 17:29:16 +01:00
..
AUTHORS util/nvmutil: Update AUTHORS and COPYING files 2025-01-07 00:31:58 +00:00
COPYING util/nvmutil: Update AUTHORS and COPYING files 2025-01-07 00:31:58 +00:00
ChangeLog.md Canoeboot 20231026 release 2023-10-27 08:21:04 +01:00
Makefile util/nvmutil: Remove the correct binary on uninstall 2025-01-07 00:31:46 +00:00
README.md Canoeboot 20231026 release 2023-10-27 08:21:04 +01:00
nvmutil.c util/nvmutil: use x, not ?, for random characters 2025-05-04 17:29:16 +01:00

README.md

This documentation has become part of lbwww. See:

https://libreboot.org/docs/install/nvmutil.html