tMount root as rw. - 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 d6843e8aee9a31361697cf377c2fe0b942adc912
 (DIR) parent 74bb34355096365010cd10fad0861a02b37a7adc
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 28 Jan 2021 12:49:25 +0100
       
       Mount root as rw.
       
       Diffstat:
         M boot/cmdline.txt                    |       4 ++--
         M init                                |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/boot/cmdline.txt b/boot/cmdline.txt
       t@@ -1 +1 @@
       -console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait init=/init
       -\ No newline at end of file
       +console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/init
       +\ No newline at end of file
 (DIR) diff --git a/init b/init
       t@@ -1,6 +1,6 @@
        #!/bin/busybox sh
        
       -busybox --install -s /bin
       +/bin/busybox --install -s /bin
        
        mount -t devtmpfs none /dev
        mount -t proc none /proc