| Summary: | lsblk: not found | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Andrei Cherniaev <glscene2010> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2022.11 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | qemu_x86 | Target: | |
| Build: | Ubuntu 22 X86_64 | ||
|
Description
Andrei Cherniaev
2023-01-06 03:25:24 UTC
> Why I can't use lsblk?
Because you didn't enable it? lsblk comes from util-linux, so you need to enable BR2_PACKAGE_UTIL_LINUX_BINARIES to include it.
lsusb is offered by busybox, which is the reason why you have it "automatically".
|