Loading
rshim-user-space: drop busybox dependency
With the current busybox runtime dependency, we ran into
issues originated in busybox being more minimal than the
full component.
Example:
[root@nixos:~]# bfb-install -r rshim0 -b installer.bfb
Checking if local host has root access...
lspci: invalid option -- 's'
BusyBox v1.36.1 () multi-call binary.
Usage: lspci [-mk]
List all PCI devices
-m Parsable output
-k Show driver
Checking if rshim driver is running locally...
Fix this by using the "full" dependency versions.
Signed-off-by:
Markus Theil <theil.markus@gmail.com>