tAdd quick way to build. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
HTML git clone https://git.parazyd.org/pi3-aoe
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 4e4c16fceccd698a2c4c62470fe8278524f7af14
DIR parent de0ac793a5f2d7f137f20d27aff3e81d2df3e8ca
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:33:46 +0100
Add quick way to build.
Diffstat:
M README.md | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
t@@ -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
-----------