@@ -126,10 +126,10 @@
echo '** Setting up overlay files...'
echo mkdir -p /
mkdir -p /
-echo tar xfp /image/cb001b00f9ce6397bb484b3ce50bb99a -C /
-tar xfp /image/cb001b00f9ce6397bb484b3ce50bb99a -C /
-echo rm /image/cb001b00f9ce6397bb484b3ce50bb99a
-rm /image/cb001b00f9ce6397bb484b3ce50bb99a
+echo tar xfp /image/d207d76b1db21ffe027d97513f9588a9 -C /
+tar xfp /image/d207d76b1db21ffe027d97513f9588a9 -C /
+echo rm /image/d207d76b1db21ffe027d97513f9588a9
+rm /image/d207d76b1db21ffe027d97513f9588a9
chown root:root /build-custom
chmod +x /build-custom
# run custom build_script after build
@@ -144,10 +144,12 @@
baseSetupBusyBox
# cleanup
-baseStripDocs y-cruncher
baseStripinfos
baseStripLocales en_US
baseStripMans
+baseStripUnusedLibs
+# fix permissions
+baseSetupUserPermissions
# Umount kernel filesystem
baseCleanMount
|