Well, this involves the debian-installer, which is compressed in the install.amd/gtk/initrd.gz file ( for gui install) . I solve it uncompressing this file with gzip and I uncompressing the resulting file with cpio. I got a directory tree, pretty much like an installed system. I was able to edited and create files and folder within this directory tree. Once I finished I compress back all with the same name (initrd -> initrd.gz) and location ( install.amd/gtk ). There's plenty of documentation on the subject...
----- Original Message ----- From: "Richard Owlett" <[email protected]> To: [email protected] Sent: Thursday, April 24, 2014 10:53:55 PM Subject: Re: about customizing debian-installer Leonardo Cuyar Morales wrote: > > How to insert in the debian installer a custome screen asking for > a confirmation? > I suspect that you have asked a interesting question on the "wrong" list. https://lists.debian.org/debian-boot/ states: Developing the installation system Discussion and maintenance of the Debian installation system. Thus a list for producers rather than us consumers ;/ I make two suggestions: 1. ask on [email protected] 2. specify explicitly what you wish confirmed P.S. I suspect two things: 1. the answer will partially solve a problem I have 2. who will respond first HTH -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

