Uh oh!
There was an error while loading. Please reload this page.
Target debian 10.3.0 and add wireguard .deb dependencies - #73
Conversation
eduadiez
commented
Mar 2, 2020
Awesome!! Thank you guys! |
vdo
commented
Mar 2, 2020
Thank you guys, we will test it and add it to our next ISO build if all goes ok. I only have one concern: |
branciard
commented
Mar 2, 2020
I installed manually the wireguard .deb and then I try until having all dependencies ok. then I start to put all .deb in github but it was very heavy. I then wget all instead. But you are right it seems that link are not working anymore like this one: ftp.br.debian.org/debian/pool/main/w/wireguard/wireguard_1.0.20200206-1_all.deb . I will try to think to another solution... |
vdo
commented
Mar 2, 2020
Maybe we could just install wireguard with
and let apt find the dependencies needed ? |
branciard
commented
Mar 2, 2020
Yes, I will try this. Initially I will prefer to have fix .deb to be sure of all dependencies but it finally seems to not be easy to maintain. I will update this PR after testing it in a new way. It may need others dependencies like linux-headers also |
branciard
commented
Mar 2, 2020
I commit a new version. I add |
pablomendezroyo
commented
Nov 11, 2021
@3alpha can this PR be closed? |
Hi,
as we use wireguard in one of our dockerdappnode package, we updated the iso creation to have the updated kernel done by default.
We added all wireguard .deb dependencies in extra/wireguard.dependencies file.
All dependencies are then install at installExtra step of scripts/dappnode_install.sh
Here a PR if you think that wireguard make sense also in your ISO distribution by default. It also needs to deactivate secure boot in BIOS to work properly.
This commit also target debian 10.3.0 instead of 10.2.0