]> git.siccegge.de Git - forks/vmdebootstrap.git/blobdiff - examples/cubietruck-customise.sh
add modules to cubietruck example and provide a wandboard example based on that.
[forks/vmdebootstrap.git] / examples / cubietruck-customise.sh
index 4d436ae3fa813f5d691777690b189e0cd8b3164d..1a66bf92e6452f45c9b8889e070b4d9bc16d3209 100755 (executable)
@@ -22,3 +22,7 @@ dd if=/usr/lib/u-boot/Cubietruck/u-boot-sunxi-with-spl.bin of=${image} bs=1k see
 
 mkdir -p $rootdir/boot/dtbs
 cp $rootdir/usr/lib/linux-image-*-armmp/* $rootdir/boot/dtbs
+
+for module in phy-sun4i-usb ohci-platform; do
+       echo ${module} >> ${rootdir}/etc/initramfs-tools/modules 
+done