#!/bin/sh set -ex for i in clk-s2mps11 s5m8767 i2c-s3c2410 phy-exynos5250-sata ; do echo $i >> /target/etc/initramfs-tools/modules done in-target update-initramfs -u -k all