fix: start cttyhack sh on initrd init

This commit is contained in:
Nasir Hossain 2024-02-17 01:01:57 +06:00
parent 35fe8a30bf
commit 5298ca6680

View File

@ -8,8 +8,5 @@ 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
# Start shell with proper tty and power off support
exec cttyhack sh