Hey Ezra!

Don't get me wrong, without you, probably 70% of live builders including 
myself, wouldn't even know where to start. I watched all your 
[videos](https://www.youtube.com/channel/UCQrSHD-tv9nkssrD4nNGcMw), and would 
like to 100% credit you for your amazing work with lb and love for the 
community! Like I said, it's people like you why Linux is so awesome. I would 
like to donate to your project, if possible.

For those who would like to know. THIS is why buster failed to add the 
repository.

deb
https://dl.google.com/linux/chrome/deb/
stable main

There is no default transport for https so it has to be added via

lb config:

--debootstrap-options "--include=apt-transport-https,ca-certificates,openssl" \

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Friday, January 8, 2021 2:49 AM, mike.goldberg1 
<[email protected]> wrote:

> Great news everyone!
>
> I just got it working, with the repository successfully getting signed and 
> finished iso!
>
> Thanks to Andy Pugh and his github post!
>
> I still have to read the build log and see how everything went, but I need 
> some sleep now.
>
> Gonna report back again tomorrow to present my findings.
>
> I used the LCNC config and tree.
> https://github.com/LinuxCNC/buster-live-build/tree/master/config
> https://github.com/LinuxCNC/buster-live-build/blob/master/auto/config
>
> For those building on the latest stable release of buster, you have to be 
> EXTREMELY careful about your lb config arguments. I tried like 50 different 
> variations today, before it finally worked. Every single change can break the 
> entire build.
>
> Build guides from eznix and others don't really work with the latest buster 
> release, so I feel like my 10.7 live build is like uncharted territory in a 
> way.
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Thursday, January 7, 2021 8:10 PM, Richard Nelson <[email protected]> 
> wrote:
>
>> Greetings,
>>
>> Replying off list. I wrote and use 
>> https://tracker.debian.org/pkg/remaster-iso to take mostly complete iso 
>> images and fine tune without all the bottom up fine tuning. Maybe also see 
>> https://squashfs.net/faq.html . I hope this helps you in your journey.
>>
>> On Thu, Jan 7, 2021 at 9:51 AM mike.goldberg1 
>> <[email protected]> wrote:
>>
>>> Hello everybody!
>>>
>>> Hopefully, I'm not disturbing anything important.
>>> I am using live-build on Debian 10.7. and it works perfectly, except for 
>>> one thing.
>>>
>>> Adding a 3rd party repository from Whonix seems to keep failing.
>>>
>>> Error: https://deb.whonix.org buster InRelease
>>> The following signatures couldn't be verified because the public key is not 
>>> available: NO_PUBKEY CB8D50BB77BB3C48
>>>
>>> Config:
>>> --apt-indices false  --mode debian --ignore-system-defaults --architectures 
>>> amd64 --archive-areas "main contrib non-free" --backports true 
>>> --debian-installer live --debian-installer-distribution buster 
>>> --debian-installer-gui true --cache true
>>> --apt-recommends true --linux-flavours amd64 --security true --win32-loader 
>>> false --interactive shell --updates true --distribution buster 
>>> --linux-packages "linux-image linux-headers" --initramfs live-boot 
>>> --bootappend-live "boot=live config splash"
>>>
>>> I did the following (as described in the live manual):
>>>
>>> .)Adding "deb https://deb.whonix.org buster main contrib non-free" to 
>>> config/archives/my-repo.list.chroot
>>>
>>> .)sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 
>>> CB8D50BB77BB3C48
>>>
>>> .)Copy/Pasting the resulting key to the file 
>>> config/archives/my-repo.key.{binary,chroot}
>>>
>>> The same error message keeps popping up, unfortunately.
>>>
>>> I also checked by following Whonix's official instructions to get the key.
>>> https://www.whonix.org/wiki/VirtualBox/XFCE (Expand 2nd row on the right)
>>>
>>> .)Download Signing Key: wget https://www.whonix.org/patrick.asc
>>> .)Add Key: sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg add 
>>> ~/patrick.asc
>>> .)gpg /etc/apt/trusted.gpg.d/whonix.gpg
>>> .)copy/paste that pub key in the file 
>>> config/archives/my-repo.key.{binary,chroot}
>>>
>>> Thank you all in advance for the great support you offer here!
>>>
>>> Regards
>>>
>>> Mike

Reply via email to