tInstall config.txt and cmdline.txt. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
 (HTM) git clone https://git.parazyd.org/pi3-aoe
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 54317a75f11020e7671fd04376e52d290a5fd313
 (DIR) parent b2fa98de8a1fc887bce0c06a0fb0dac59882e9b0
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 28 Jan 2021 12:25:36 +0100
       
       Install config.txt and cmdline.txt.
       
       Diffstat:
         M Makefile                            |       2 ++
         A cmdline.txt                         |       2 ++
         A config.txt                          |       2 ++
       
       3 files changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -71,6 +71,8 @@ ifeq ($(DESTDIR),)
        endif
                mkdir -p $(DESTDIR)/dev $(DESTDIR)/proc $(DESTDIR)/sys
                cp -r boot $(DESTDIR)/boot
       +        cp cmdline.txt $(DESTDIR)/boot
       +        cp config.txt $(DESTDIR)/boot
                cp -r bin $(DESTDIR)/bin
                cp init $(DESTDIR)/init
                chmod 755 $(DESTDIR)/init
 (DIR) diff --git a/cmdline.txt b/cmdline.txt
       t@@ -0,0 +1 @@
       +console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait init=/init
       +\ No newline at end of file
 (DIR) diff --git a/config.txt b/config.txt
       t@@ -0,0 +1,2 @@
       +gpu_mem=16
       +enable_uart=1