Install Recovery Ramdisk Online
log_warn() echo -e "$YELLOW[WARN]$NC $1"
log_error() echo -e "$RED[ERROR]$NC $1"
cleanup() if mountpoint -q "$RECOVERY_MNT"; then umount "$RECOVERY_MNT" trap cleanup EXIT install recovery ramdisk
log_warn() echo -e "$YELLOW[WARN]$NC $1"
log_error() echo -e "$RED[ERROR]$NC $1"
cleanup() if mountpoint -q "$RECOVERY_MNT"; then umount "$RECOVERY_MNT" trap cleanup EXIT install recovery ramdisk