pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs | README

commit 4e4c16fceccd698a2c4c62470fe8278524f7af14
parent de0ac793a5f2d7f137f20d27aff3e81d2df3e8ca
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:33:46 +0100

Add quick way to build.

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -4,6 +4,14 @@ pi3-aoe A basic setup for ATA over Ethernet on a RPi3. +Quick, and maybe dangerous +-------------------------- + +``` +( echo -e '#!/bin/sh\nset -e\n' ; grep '^;' README.md ) > install.sh +sh install.sh +``` + Build steps -----------