How to build a UPR CD with Network Capabilities.

Asked by Scot Donecker

I've tried building the UPR CD through the 8.04 and 9.04 guides, but have been unsuccessful on the last five attempts. I want to try and modify the script for the 10.04 UPR CD, hoping I might have better luck, however I do not see a way to create the custom kernel config (like through make menuconfig).

My ultimate goal is to block access to/from all storage media (USB, CD, PATA, SATA, SCSI), but allow all network hardware along with firefox and remote desktop to work normally. I know how to set which packages I want to remove (so I can keep remote desktop and firefox), but I can't find a way to modify which hardware drivers are packaged in the kernel with the new script.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Privacy Remix Edit question
Assignee:
Mark Preetorius Edit question
Solved by:
Mark Preetorius
Solved:
Last query:
Last reply:
Whiteboard:
Just edit the .config-file, which is part of the support-files (/edit/tmp/.config) before starting the build process. Or replace it with one you created before. much success, Mark
Revision history for this message
Mark Preetorius (p-launchpad-privacy-cd-org) said :
#1

.

Revision history for this message
Best Mark Preetorius (p-launchpad-privacy-cd-org) said :
#2

Just edit the .config-file, which is part of the support-files (/edit/tmp/.config) before starting the build process. Or replace it with one you created before. much success, Mark

Revision history for this message
Scot Donecker (scot-donecker) said :
#3

Thanks Mark, I ended up replacing the cp .config line with make menuconfig and just edited it the way I did in the other guides.