commit c9e01455022eebd1e659138a68a8fbb77d454144 parent 45ec37d0e274c6c02d9f3c2dfb0716c9cfcdc9cf 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(-)
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