fix: start shell in init and shutdown on exit
This commit is contained in:
parent
ad5cce2fb8
commit
d127438dd5
@ -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
|
||||
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