From e87e254deecd690c85b1ff8d60cd909dc47a893c Mon Sep 17 00:00:00 2001 From: johndah4x0r Date: Wed, 26 Jul 2017 13:24:28 +0200 Subject: [PATCH] Delete bundle.txt Compiled in ABOUT --- DOC/bundle.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 DOC/bundle.txt diff --git a/DOC/bundle.txt b/DOC/bundle.txt deleted file mode 100644 index 6b94def..0000000 --- a/DOC/bundle.txt +++ /dev/null @@ -1,24 +0,0 @@ -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} -