fix: start shell in init and shutdown on exit

This commit is contained in:
Nasir Hossain Nishad 2024-02-16 17:40:53 +06:00
parent ad5cce2fb8
commit d127438dd5

View File

@ -6,4 +6,10 @@ dmesg -n 1
# Mount the file system # Mount the file system
mount -t devtmpfs none /dev mount -t devtmpfs none /dev
mount -t proc none /dev mount -t proc none /dev
mount -t sysfs none /sys mount -t sysfs none /sys
# Start shell
/bin/sh
# Shutdown the machine when shell is exited
poweroff -f