pi3-aoe

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

commit bfbe62136264c5cebe4c2992633a652ba9487754
parent 932dd9e8cfb53c72158db0a10aa9dd4e5600a197
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:30:51 +0100

Copy some /dev nodes to the image.

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -74,5 +74,6 @@ endif cp -r bin $(DESTDIR)/bin cp init $(DESTDIR)/init chmod 755 $(DESTDIR)/init + cp -a /dev/console /dev/random /dev/tty /dev/urandom $(DESTDIR)/dev .PHONY: all install