
I'm using Raspbian with raspberry pi but i wan't to make my own OS based on raspbian or debian of course

Firstly i have done some basic applications and they worked perfectly ... the problem came when trying to do some image processing on the pi (i know it's not the right card for this purpose


So what i want to do is to choose the modules (module by module : an intensive task :p ) of the raspbian OS that will be installed and what modules should be removed (eg graphical interface , bluetooth , HDMI) . I don't know if doing this will improve the performance of the pi the other alternative is to just make some changes after installation of the config file (i have found some modules that can be enabled/disabled easily) but i want to delete them before

I'm still a newbie, i want also to understand the procedure of OS installation

I found that i must compile the kernel from scratch but this would take me a long time to understand the whole process , but what i wan't to do is starting from the raspbian and reconfigure it (add / remove modules) before installing it on the pi


Any help will be appreciated
