Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-11 Thread Robert Paschedag
Gesendet: Sun Oct 06 17:10:00 GMT+02:00 2019 An: john doe Cc: debian-boot@lists.debian.org Betreff: Re: how to setup a small local Debian mirror to install a VM without an internet access I also tried to include my custom gpg key into the initrd That did not work. The gpg key was there, but

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-07 Thread Geert Stappers
On Mon, Oct 07, 2019 at 09:11:47AM +0200, Fred Boiteux wrote: > Le 05/10/2019 à 08:51, David a écrit : > > I am unsure from your message exactly how much network access you > > may or may not have for your required VM install operations, so the > > below suggestion might be useless for you, but I w

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-07 Thread Fred Boiteux
Le 05/10/2019 à 08:51, David a écrit : Hi Fred, I am unsure from your message exactly how much network access you may or may not have for your required VM install operations, so the below suggestion might be useless for you, but I will send it anyway on the chance it helps you. On my main PC (ju

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread john doe
On 10/6/2019 7:49 PM, Robert Paschedag wrote: > The early and partman commands run too early, as the final filesystems (where > chroot will run) dues not yet exist and late_command starts *after* the base > installation. > > I would need another commands that starts after the target filesystem >

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread Robert Paschedag
mirror to install a VM without an internet access On 10/6/2019 5:10 PM, Robert Paschedag wrote: > I also tried to include my custom gpg key into the initrd That did not > work. > > The gpg key was there, but it was missing within the chroot within /target > > Looks to me

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread Robert Paschedag
to setup a small local Debian mirror to install a VM without an internet access On 10/6/2019 7:25 PM, john doe wrote: > On 10/6/2019 5:10 PM, Robert Paschedag wrote: >> I also tried to include my custom gpg key into the initrd That did not >> work. >> >> The gp

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread john doe
On 10/6/2019 7:25 PM, john doe wrote: > On 10/6/2019 5:10 PM, Robert Paschedag wrote: >> I also tried to include my custom gpg key into the initrd That did not >> work. >> >> The gpg key was there, but it was missing within the chroot within /target >> >> Looks to me as if the keys get install

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread john doe
On 10/6/2019 5:10 PM, Robert Paschedag wrote: > I also tried to include my custom gpg key into the initrd That did not > work. > > The gpg key was there, but it was missing within the chroot within /target > > Looks to me as if the keys get installed via the "debian-archive-keyring" > package

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-06 Thread Robert Paschedag
e modified. Robert ⁣sent from my mobile device​ Originale Nachricht Von: john doe Gesendet: Sat Oct 05 10:47:44 GMT+02:00 2019 An: debian-boot@lists.debian.org Betreff: Re: how to setup a small local Debian mirror to install a VM without an internet access On 10/5/2019 8:51 AM, D

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-05 Thread john doe
On 10/5/2019 8:51 AM, David wrote: > On Thu, 3 Oct 2019 at 02:23, Fred Boiteux wrote: > >> I'm trying to install automatically (using preseed) a Debian Buster 10.1 >> system on a VM hosted on a system without internet access, using a netboot. > >> Thanks to Steve McIntyre explanations (see #940801

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-04 Thread David
On Thu, 3 Oct 2019 at 02:23, Fred Boiteux wrote: > I'm trying to install automatically (using preseed) a Debian Buster 10.1 > system on a VM hosted on a system without internet access, using a netboot. > Thanks to Steve McIntyre explanations (see #940801), I know how to > update the netboot's in

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-04 Thread Chris Bell
On Friday, 4 October 2019 13:34:21 BST Fred Boiteux wrote: > Le 04/10/2019 à 10:19, Michael Kesper a écrit : > > Hi Fred, > > > > … > > I think it would be better to sign your archive instead. > > With your modification you would completely disable checking GPG > > signatures for every repository

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-04 Thread Fred Boiteux
Le 04/10/2019 à 10:19, Michael Kesper a écrit : Hi Fred, … I think it would be better to sign your archive instead. With your modification you would completely disable checking GPG signatures for every repository (who checks warnings?) Sadly, the Debian wiki is full of outdated setups but I can

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-04 Thread Michael Kesper
Hi Fred, On 04.10.19 09:52, Fred Boiteux wrote: > Meanwhile, I've tried to understand what is going on : on my VM being > installed, stuck because the standard 'locales' package can't be installed, > as the given repository is not signed and then ignored, I've done this : I've > connected to th

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-04 Thread Fred Boiteux
Le 03/10/2019 à 09:54, Geert Stappers a écrit : Visit archive of this mailinglist. In september (this year) there was posting } I have documented that, visit my blog I don't remember authors name. Neither had time to check it what it documents better then what is in "debian dot org". And in se

Re: how to setup a small local Debian mirror to install a VM without an internet access

2019-10-03 Thread Geert Stappers
On Wed, Oct 02, 2019 at 06:23:09PM +0200, Fred Boiteux wrote: > Hello, > > I'm trying to install automatically (using preseed) a Debian Buster 10.1 > system on a VM hosted on a system without internet access, using a netboot. > > ... installer is detecting the VM's disk, and after partitionning i

how to setup a small local Debian mirror to install a VM without an internet access

2019-10-02 Thread Fred Boiteux
    Hello, I'm trying to install automatically (using preseed) a Debian Buster 10.1 system on a VM hosted on a system without internet access, using a netboot. Thanks to Steve McIntyre explanations (see #940801), I know how to update the netboot's initrd to include the virtio_blk driver, and