tAdd basic shell init. - 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) commit c9e01455022eebd1e659138a68a8fbb77d454144
 (DIR) parent 45ec37d0e274c6c02d9f3c2dfb0716c9cfcdc9cf
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 28 Jan 2021 11:58:09 +0100
       
       Add basic shell init.
       
       Diffstat:
         A init                                |       9 +++++++++
       
       1 file changed, 9 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/init b/init
       t@@ -0,0 +1,9 @@
       +#!/bin/busybox sh
       +
       +busybox --install -s /bin
       +
       +mount -t devtmpfs none /dev
       +mount -t proc none /proc
       +mount -t sysfs none /sys
       +
       +exec /bin/sh