heads/initrd/bin/usb-init

16 lines
255 B
Plaintext
Raw Normal View History

#!/bin/sh
# Boot a USB installation
. /etc/functions
. /tmp/config
DEBUG "Under /bin/usb-init"
if [ "$CONFIG_TPM" = "y" ]; then
# Extend PCR4 as soon as possible
tpm extend -ix 4 -ic usb
fi
media-scan usb
recovery "Something failed during USB boot"