hi Guys !!!
this for newbies developers & who wanna to make a maxvar images
to make a maxvar image you have to modify kernel ( exactly i mean dreambox.c file ) to
change proportions between cramfs & squashfs parts inside the image
you will find in the attachment the maxvar patch to do that for you
how to apply patch ?
put maxvar.diff after decopress in your cvs folder ( ex; tuxbox-cvs )
open terminal & launch the following commands:
then
&
now you have cdk with kernel customized for making a maxvar images
then launch the usual commands as follow:
Stop; here at this step & make the following steps:
go to this path \root\cdkflash\root in your cvs folder then;
remove any addons or games you don't need from \lib\tuxbox\plugins
& languages you don't need from \share\locale
& delete the unwanted skins from \share\tuxbox\enigma
Note: dont delete the default skin
finally launch
congratulations , you have now a maxvar image
cheers
drhg
this for newbies developers & who wanna to make a maxvar images
to make a maxvar image you have to modify kernel ( exactly i mean dreambox.c file ) to
change proportions between cramfs & squashfs parts inside the image
you will find in the attachment the maxvar patch to do that for you

how to apply patch ?

put maxvar.diff after decopress in your cvs folder ( ex; tuxbox-cvs )
open terminal & launch the following commands:
Code:
cd tuxbox-cvs
Code:
patch -p0 < maxvar.diff
Code:
rm .linuxkernel
Code:
make .linuxkernel
then launch the usual commands as follow:
Code:
cd cdk rm .enigma make .enigma make rebuild-flash
go to this path \root\cdkflash\root in your cvs folder then;
remove any addons or games you don't need from \lib\tuxbox\plugins
& languages you don't need from \share\locale
& delete the unwanted skins from \share\tuxbox\enigma
Note: dont delete the default skin
finally launch
Code:
make flash-compress
cheers
drhg

. Can this method apply to other images?
so far can only download 1 file I wonder hoq many posts I have to be at before I can downlaod all the files I need.
Comment