From de30c5d75b65e75b0c110ae1903a5d1946a89638 Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 29 Sep 2016 00:07:08 -0500 Subject: [PATCH] Update Chroot_Distro_Build.txt Added clarification to why compression types were given in squashfs. --- NOTES_LICENCE/Chroot_Distro_Build.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NOTES_LICENCE/Chroot_Distro_Build.txt b/NOTES_LICENCE/Chroot_Distro_Build.txt index 941594b..d8d9774 100644 --- a/NOTES_LICENCE/Chroot_Distro_Build.txt +++ b/NOTES_LICENCE/Chroot_Distro_Build.txt @@ -166,10 +166,12 @@ If this Customised Remix is to potentially be installed on some systems then the /boot folder will be needed. To allow the Customised Cd to be an installer Cd, compress the entire chroot folder with this command: - ## avg compression + ## avg compression with possible faster boot times + ## the reason is that it takes more time to to uncompress when loading iso sudo mksquashfs squashfs-root/ iso/casper/filesystem.squashfs - ## best compression + ## best compression with possible slower boot times + ## the reason is that it takes less time to to uncompress when loading iso sudo mksquashfs squashfs-root/ iso/casper/filesystem.squashfs -comp xz -e squashfs-root/boot