containers / initoverlayfs

GNU General Public License v2.0
35 stars 9 forks source link

Test on Raspberry Pi via sd card and via USB stick #14

Closed ericcurtin closed 7 months ago

ericcurtin commented 8 months ago

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.

ericcurtin commented 7 months ago

Completed