containers / initoverlayfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test on Raspberry Pi via sd card and via USB stick

ericcurtin opened this issue · comments

We are trying to trigger just storage subsystems and devices:

  fork_execlp_no_wait(pid, "udevadm", "trigger", "--type=devices",
                      "--action=add", "--subsystem-match=module",
                      "--subsystem-match=block", "--subsystem-match=virtio",
                      "--subsystem-match=pci", "--subsystem-match=nvme");

I have only tested on Qualcomm UFS, NVMe and virtio. This would increase our confidence that we are triggering enough if we cover testing via SD card and USB stick.

Completed