Hi Jeroen! On 10/10/19 12:16 PM, jjhdiederen wrote: > Can someone please tell me how to make a debian netinstall cd as a snapshot > from the debian-ports archive? I tried many manuals on the net how to > customise a cd but I can't get it working. Any help is appreciated.
This (slightly outdated) guide [1] explains how it's done. Basically, you have to create a local mirror first as debian-cd cannot download any packages remotely when building a CD. You should also manually build the debian-installer package from git [2] manually to make sure the kernel ABI version is correct [3]. The ABI version in debian-installer must always match the one from src:linux [4]. The ABI version is *not* the same as the package version which indicates the upstream kernel version. Also, you will need to fix the ofpathname tool if you want to be able to install on a PowerMac [5] and then merge the changes in [6]. Adrian > [1] > https://parisc.wiki.kernel.org/index.php/How_to_create_Debian_unstable_iso_images > [2] https://salsa.debian.org/installer-team/debian-installer > [3] > https://salsa.debian.org/installer-team/debian-installer/commit/372f9e70ee1912d60fd21239a80c4e068992bcbd > [4] https://packages.qa.debian.org/l/linux.html > [5] https://github.com/ibm-power-utilities/powerpc-utils/issues/30 > [6] https://salsa.debian.org/installer-team/grub-installer/merge_requests/2 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

