On 23/01/12 15:17, superccxin wrote:
> Hi
> the http://wiki.merproject.org/wiki/Image_Cre%20ation wiki says that the
> following modules should be load:
>       * squashfs
>       * squashfs-tools
>       * dm_snapshot
>       * loop
> I've installed all the components that the wiki suggests. but none of
> them automatically loaded in my system!
> how to install these modules and load them

This came up on irc today.

In Mer systemd uses /{var,run,etc}/module-load.d/*.conf files to identify
modules to load using modprobe.
Any module options should go into /etc/modprobe.d/<module>.conf

see http://0pointer.de/public/systemd-man/modules-load.d.html

eg:

echo “hi_gpio2c” > /etc/modules-load.d/hi_g_module.conf

echo “options hi_gpioi2c gpioidclock=11 clockbit=3 gpioiddata=12 databit=5
i2cmode=2” > /etc/modprobe.d/hi_gpioi2c.conf

David

-- 
"Don't worry, you'll be fine; I saw it work in a cartoon once..."


Reply via email to