mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 13:07:58 +00:00
12 lines
182 B
Bash
Executable File
12 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
# Boot a USB installation
|
|
|
|
. /etc/functions
|
|
. /etc/config
|
|
|
|
# Extend PCR4 as soon as possible
|
|
tpm extend -ix 4 -ic usb
|
|
|
|
usb-scan
|
|
recovery "Something failed during USB boot"
|