[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Raspberri pi image gnunet preinstalled
From: |
Daniel Golle |
Subject: |
Re: Raspberri pi image gnunet preinstalled |
Date: |
Fri, 13 Mar 2020 22:32:23 +0100 |
On Fri, Mar 13, 2020 at 10:19:16PM +0100, xrs wrote:
> Hey Jonathan,
>
> > unpredictable impact on society and infrastructure, have you
> > considered offering a raspbian SD card image for download with a
> > working gnunet pre-installed?
> Not an image, but a tutorial on how to do that ;)
> https://gnunet.org/en/install-on-archpi.html
Or (depends on what you want to do with GNUnet after all)
https://gnunet.org/en/install-on-openwrt.html
If you want to generate an SDcard image for RPi2+, you can do:
curl
https://downloads.openwrt.org/snapshots/targets/bcm27xx/bcm2709/openwrt-imagebuilder-bcm27xx-bcm2709.Linux-x86_64.tar.xz
| tar xJ -
cd openwrt-imagebuilder-bcm27xx-*
make image PACKAGES="gnunet gnunet-gns-flat gnunet-peerstore-flat gnunet-vpn
gnunet-transport-tcp gnunet-transport-http_client"
(or add more packages if you want more features, same as when doing it
during runtime as described in the how-to)
The OpenWrt ImageBuilder then generates a ready-to-dd SDcard image in
bin/targets/bcm27xx/bcm2709/
cheers
daniel
>
> cheers,
> xrs