Changes of Revision 18
[-] [+] | Changed | config.sh |
@@ -75,4 +75,18 @@ cp /image/.profile /studio/profile cp /image/config.xml /studio/config.xml rm -rf /studio/overlay-tmp -true \ No newline at end of file + +# enable busybox +baseSetupBusyBox + +# cleanup +baseStripinfos +baseStripLocales en_US +baseStripMans +baseStripUnusedLibs +# fix permissions +baseSetupUserPermissions + +# Umount kernel filesystem +baseCleanMount +true |