pi3-aoe

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

commit a60adf60ac36c11446d0d0da8217649adca2df23
parent 4e742c2dc986d46a930944cbe626f57a2a36de42
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 14:44:28 +0100

Use initramfs in config.txt.

Diffstat:
Mboot/cmdline.txt | 4++--
Mboot/config.txt | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/boot/cmdline.txt b/boot/cmdline.txt @@ -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 diff --git a/boot/config.txt b/boot/config.txt @@ -1,2 +1,4 @@ gpu_mem=16 enable_uart=1 +avoid_warnings=2 +initramfs initramfs.gz followkernel