mkimage-profiles/sub.in/stage1/modules
Michael Shigorin e139a5e091 stage2: added broken-down module lists
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.
2015-04-20 13:35:28 +03:00

19 lines
206 B
Plaintext

kernel/lib
kernel/drivers/crypto
kernel/drivers/rtc
af_packet.ko
arc4.ko
aufs.ko
cdrom.ko
evdev.ko
isofs.ko
loop.ko
md4.ko
serio_raw.ko
scsi_mod.ko
sd_mod.ko
sha256-ssse3.ko
squashfs.ko
sr_mod.ko
usbhid.ko