pi3-aoe

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

commit c9e01455022eebd1e659138a68a8fbb77d454144
parent 45ec37d0e274c6c02d9f3c2dfb0716c9cfcdc9cf
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 11:58:09 +0100

Add basic shell init.

Diffstat:
Ainit | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/init b/init @@ -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