Le Wed, 4 Jan 2012 19:55:37 +0100, Guido Günther <a...@sigxcpu.org> a écrit :
Hey, > The local-top script already has this: > > for module in ${MP_MODULES}; do > if modprobe --syslog "$module"; then > verbose && log_success_msg "loaded module ${module}." > else > log_failure_msg "failed to load module ${module}." > fi > done > verbose && log_end_msg > > with MP_MODULES="dm-multipath dm-emc" hardcoded so making this > configurable via /etc/initramfs-tools/conf.d/ sounds like a good way > to go. Well local-top is too late as udev is started in init-top. Making MP_MODULES configurable is probably a good idea, but an extra script in init-top should definitely be added. Cheers Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org