Skip to content
Snippets Groups Projects
Commit 4145f194 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Added squashfs compression patch and updated README

parent 67ef5bd8
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ UCK-SVN (getestet mit Revision 474) ...@@ -4,6 +4,8 @@ UCK-SVN (getestet mit Revision 474)
Plattenplatz Plattenplatz
Wie benutzt man das neue UCK custom script: Wie benutzt man das neue UCK custom script:
0. Im UCK Ordner mit patch -p1 <paht_to_compression_patch> die Kompression
des SquashFS Images erhöhen
1. Ein ggf. alten customize-scripts Ordner in ~/tmp löschen 1. Ein ggf. alten customize-scripts Ordner in ~/tmp löschen
2. uck-remaster <path_to_iso> <path_to_customize-lip> ausfüren 2. uck-remaster <path_to_iso> <path_to_customize-lip> ausfüren
3. ??? (Warten) 3. ??? (Warten)
......
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment