#!/bin/sh

echo 'Welcome to rescue shell'

HOME=/root
export HOME

exec /bin/bash -l
