mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
When 'mount -o loop' and similar commands are used, the loop module is loaded automatically by the kernel when /dev/loop-control is accessed. /dev/loop-control is created semi-statically by an unholy and overcomplex combination of kmod static-nodes and systemd-tmpfiles (instead of using, say, just udev or even just a simple series of mknod commands).