Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: lsblk: include command in error string
Previously this would return a string that was missing the command being executed, for example: "failed to execute `-dno pkname /dev/sda1`: exit status 32" Now it will return something like the following, which makes a bit more sense when read: "failed to execute `lsblk -dno parttype /dev/sda1`: exit status 32" Signed-off-by: Tim Serong <tserong@suse.com>
- Loading branch information