fix: start shell in init and shutdown on exit
This commit is contained in:
parent
ad5cce2fb8
commit
d127438dd5
@ -7,3 +7,9 @@ dmesg -n 1
|
||||
mount -t devtmpfs none /dev
|
||||
mount -t proc none /dev
|
||||
mount -t sysfs none /sys
|
||||
|
||||
# Start shell
|
||||
/bin/sh
|
||||
|
||||
# Shutdown the machine when shell is exited
|
||||
poweroff -f
|
||||
Loading…
x
Reference in New Issue
Block a user