• Michael Shigorin's avatar
    stage2: added broken-down module lists · e139a5e0
    Michael Shigorin authored
    These were produced off the single sub.in/stage1/modules
    file using this scriptlet to prefix/annotate the names:
    
      grep '\.ko$' modules \
      | grep -v / \
      | while read m; do \
      	echo "$(find /lib/modules/$(uname -r)/kernel/{drivers,fs} \
    		-name "$m" -printf %P $m $(modinfo -d "${m%.ko}" 2>&1)"; \
        done
    
    ...with subsequent sorting and manual separation.
    
    This is meant to be the second stage in monolithic modules
    file split, so the lists themselves are largely unmolested
    otherwise.  The plan is to further split those into prefix-
    and module-specific ones.
    
    Add a note clarifying 10-stage2's status, by the way.
    e139a5e0
Name
Last commit
Last update
..
10-stage2 Loading commit data...
50-stage2-ata Loading commit data...
50-stage2-drm Loading commit data...
50-stage2-fs Loading commit data...
50-stage2-hid Loading commit data...
50-stage2-md Loading commit data...
50-stage2-mmc Loading commit data...
50-stage2-net Loading commit data...
50-stage2-net-cifs Loading commit data...
50-stage2-net-nfs Loading commit data...
50-stage2-pcmcia Loading commit data...
50-stage2-rtc Loading commit data...
50-stage2-scsi Loading commit data...
50-stage2-usb Loading commit data...
50-stage2-virtio Loading commit data...