diff --git a/scripts/init.sh b/scripts/init.sh index ca2c41d..6fbe832 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -6,4 +6,10 @@ dmesg -n 1 # Mount the file system mount -t devtmpfs none /dev mount -t proc none /dev -mount -t sysfs none /sys \ No newline at end of file +mount -t sysfs none /sys + +# Start shell +/bin/sh + +# Shutdown the machine when shell is exited +poweroff -f \ No newline at end of file