mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 07:09:57 +00:00
trivial: Update the run-fwupd.sh script to include all debugging
This commit is contained in:
parent
bb840ceaff
commit
0f89bcd47d
@ -1,2 +1,6 @@
|
||||
#!/usr/bin/sh
|
||||
sudo LIBFWUP_ESRT_DIR="../../fwupdate/linux/sys/firmware/efi/esrt/" FWUPD_RPI_FW_DIR="../data/tests/rpiboot" ./fwupd --verbose
|
||||
sudo \
|
||||
LIBFWUP_ESRT_DIR="../../fwupdate/linux/sys/firmware/efi/esrt/" \
|
||||
FWUPD_RPI_FW_DIR="../data/tests/rpiboot" \
|
||||
G_MESSAGES_DEBUG="all" \
|
||||
./fwupd --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user