Bundles ====================================== A bundle is compressed squashfs filesystem, consisting of up-to-the-root directory structure. The older, but still functional predecessor of the bundle is called a 'module'. The bundle is an improved version of the 'module'. FROM THE MODIFIER/NEW AUTHOR: > The defaults is 512k, but I opted with 1024k, since > my system can handle that load, and I will get a smaller bundule size, > which is a !!HUGE!! advantage! > And, note: this message is also from the future (2k17!), which means > that software has also evolved as the years has passed... > 'mksquashfs' will go nuts if you supply it with '-bs' instead of '-b'... How to make a bundle: # mksquashfs bundle_rootfs wholefs.{bext} -comp xz -b 1024k or # mksquashfs /usr /usr.{bext} --keep-as-directory -comp xz -b 1024k or use function in livekitlib: # . livekitlib; mkbund bundle_rootfs wholefs.{bext}