add modprobe fuse to sqlfs-mount in post script
authorGraydon, Tracy <tracy.graydon@intel.com>
Sat, 13 Oct 2012 00:09:36 +0000 (17:09 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Sat, 13 Oct 2012 00:09:36 +0000 (17:09 -0700)
custom/scripts/ivi-2.0-symlinks.post

index 6b65098..2f311ac 100644 (file)
@@ -6,6 +6,10 @@ ln -sf /bin/busybox /sbin/blkid
 # where in the world is xinitrc?
 ln -sf /etc/X11/xinitrc /usr/etc/X11/xinitrc
 
+# modprobe fuse for sqlfs-mount
+awk 'NR==3{print "/sbin/modprobe fuse || :"}3' /etc/init.d/sqlfs-mount
+
+
 echo 'kickstart post script start'
 if [ -d /etc/init.d ]; then
     cp /etc/init.d/* /etc/rc.d/init.d/ -rdf