Skip to content
Snippets Groups Projects
Select Git revision
  • 55cc4f59e8a3125bdb275a2286bb5e2c38342f52
  • master default
  • lip-21w
3 results

uck-increase-squashfs-compression.patch

  • user avatar
    mmoebius/ALUG authored
    TODO: Latest patches to UCK need to be added
    TODO: Split and update customize-lip directories for the sake of clarity
    55cc4f59
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    uck-increase-squashfs-compression.patch 554 B
    --- a/libraries/remaster-live-cd.sh	2013-03-19 19:27:55.711312314 +0100
    +++ b/libraries/remaster-live-cd.sh	2013-03-19 19:33:33.048317375 +0100
    @@ -514,7 +514,7 @@
     		if [ `echo -e "${SQUASHFS_VERSION}\n4.2" | sort | head -n1` = "4.2" ]; then
     			if [ `echo -e "${GUEST_KERNEL_VERSION}\n2.6.30" | sort | head -n1` = "2.6.30" ]; then
     				echo "Squashfs>=4.1, guest kernel>=2.6.30: Enabling XZ compression for squashfs..."
    -				EXTRA_OPTS="${EXTRA_OPTS} -comp xz"
    +				EXTRA_OPTS="${EXTRA_OPTS} -comp xz -Xbcj x86 -Xdict-size 25% -b 1024K"
     			fi
     		fi