LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Creating a specialized installation ISO (https://www.linuxquestions.org/questions/debian-26/creating-a-specialized-installation-iso-907181/)

willroberts 10-08-2011 07:20 PM

Creating a specialized installation ISO
 
I'd like to create a customized Debian installation disc with specific requirements. I've been playing with the businesscard and CD1 ISOs in an attempt to reduce their installed footprint, but I'm coming out to a 400-500MB disk footprint before including some of the things I would like.

########

Goals:

AMD64 Debian installation
No GUI/X11
Current kernel (either 2.6.39.4 or 3.0.4)
Python 2.7
Sun JRE 6 Update 26 (sun-java6-jre)
256MB installed disk footprint (or smaller)
64MB memory usage after boot/idle (or less)

########

Questions:

1. Is this as simple as including the desired .deb files in the /pool/main directory?

2. How can I eliminate the network connection requirement? - Solved

3. Can I compile the kernel on a Debian VM (of the same version and architecture) and copy the compiled kernel to the ISO to use in place of the old kernel (without running into other issues)?

4. What other tips do you have for reducing the disk footprint and memory use of the installed system?

Thanks.

k3lt01 10-08-2011 07:26 PM

If I were you I'd be looking at DebianLive, it is in the repositories. Build a Wheezy Standard iso (standard doesn't have x11) and develop your iso from that.

willroberts 10-08-2011 07:48 PM

I managed to find debian-live-6.0.2-amd64-standard.iso (squeeze), but I can't seem to find any wheezy ISOs.

According to Distrowatch, wheezy would get me Python 2.7 and JRE 6_26. However, it also says that squeeze contains JRE 6_22, but I can't find it anywhere. Any ideas?

k3lt01 10-08-2011 09:04 PM

Install live-build on your system and tell it to build a "standard" wheezy iso. I'd also suggest you download the Live Manual and read through it, it has tutorials you can follow and you learn a huge amount of how to build your own system using native Debian tools.

willroberts 10-08-2011 09:27 PM

Thanks, I'm building my first ISO now, looks like I'm about halfway there.


All times are GMT -5. The time now is 03:52 PM.