]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/initscripts/initscripts-1.0/openmn/extractfs
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / initscripts / initscripts-1.0 / openmn / extractfs
1 #!/bin/sh
2
3 if (grep -q 'tmpfs.*/var.*tmpfs' /proc/mounts)
4 then
5         test "$VERBOSE" != no && echo "Copying /var filesystem..."
6         cp -a /boot/var /
7 fi