tUpdate README image instructions. - 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 06f03d3833028c5eb39844db3e2e7d50eb73ac01
 (DIR) parent 77004909878334b4c0ddf56dbd3c5cf6cbf5ef43
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 28 Jan 2021 15:27:00 +0100
       
       Update README image instructions.
       
       Diffstat:
         M README.md                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -72,8 +72,8 @@ cp -a /usr/bin/qemu-aarch64 mnt/usr/bin
        [ -f /proc/sys/fs/binfmt_misc/register ] || mount binfmt_bisc -t binfmt_misc /proc/sys/fs/binfmt_misc
        /etc/init.d/qemu-binfmt start || /etc/init.d/binfmt-support start
        chroot mnt /debootstrap/debootstrap --second-stage
       -rm -f mnt/usr/bin/qemu-aarch64
        echo "pi3-aoe" > mnt/etc/hostname
       -echo "root:toor" | chpasswd -R mnt
       +echo "root:toor" | chpasswd -R $PWD/mnt
        sed -e 's/localhost/& pi3-aoe/' -i mnt/etc/hosts
       +rm -f mnt/usr/bin/qemu-aarch64
        ```
        \ No newline at end of file