#!/bin/bash
# Boot a USB installation

. /etc/functions
. /tmp/config

TRACE_FUNC

if [ "$CONFIG_TPM" = "y" ]; then
	# Extend PCR4 as soon as possible
	tpmr extend -ix 4 -ic usb
fi

DO_WITH_DEBUG media-scan usb
recovery "Something failed during USB boot"