tCopy some /dev nodes to the image. - 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 bfbe62136264c5cebe4c2992633a652ba9487754
DIR parent 932dd9e8cfb53c72158db0a10aa9dd4e5600a197
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:30:51 +0100
Copy some /dev nodes to the image.
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -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