Hi guys,
I'm trying to make a system using squashfs and I have been surprised by the behavior of mksquashfs.
I have a folder "parent" in which there are three folders: child1, child2 and .child3 (child3 is hidden)
I want parent to be the root. If I run :
mksquashfs parent mysqh.sqh
only child1 and child2 are included in mysqh.sqh
Same result with :
mksquashfs parent/*...
2009-04-21 07:42:33 UTC in squashfs - a compressed fs for Linux