pi3-aoe

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

commit 51f061419d5cf34c35c47adde251872844441222
parent 06f03d3833028c5eb39844db3e2e7d50eb73ac01
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 17:47:43 +0100

Set 4 zram devices in cmdline.

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

diff --git a/boot/cmdline.txt b/boot/cmdline.txt @@ -1 +1 @@ -console=serial0,115200 console=tty1 aoedevpath=/dev/etherd/e0.0 net.ifnames=0- \ No newline at end of file +console=serial0,115200 console=tty1 aoedevpath=/dev/etherd/e0.0 net.ifnames=0 zram.num_devices=4+ \ No newline at end of file