tUse initramfs in config.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) LICENSE
       ---
 (DIR) commit a60adf60ac36c11446d0d0da8217649adca2df23
 (DIR) parent 4e742c2dc986d46a930944cbe626f57a2a36de42
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 28 Jan 2021 14:44:28 +0100
       
       Use initramfs in config.txt.
       
       Diffstat:
         M boot/cmdline.txt                    |       4 ++--
         M boot/config.txt                     |       2 ++
       
       2 files changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/boot/cmdline.txt b/boot/cmdline.txt
       t@@ -1 +1 @@
       -console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init
       -\ No newline at end of file
       +console=serial0,115200 console=tty1 aoedevpath=/dev/etherd/e0.0 net.ifnames=0
       +\ No newline at end of file
 (DIR) diff --git a/boot/config.txt b/boot/config.txt
       t@@ -1,2 +1,4 @@
        gpu_mem=16
        enable_uart=1
       +avoid_warnings=2
       +initramfs initramfs.gz followkernel