# activate LUKS devices [ -f /usr/local/sbin/deluks.sh ] && /usr/local/sbin/deluks.sh
export HISTORY=/sdf/sdf ash echo -n "yourpassword" | sha3sum > /etc/luks-passwd.hash exit
echo "Press any key to enable shell" read -n 1 -t 2 shellmode if [ -n "$shellmode" ] ; then sh fi