summaryrefslogtreecommitdiff
path: root/lx-trainer-vm/make_lxtrainer_secureboot.sh
AgeCommit message (Collapse)Author
2018-05-14secureboot: remove references to lx-trainer.imgJohn Ogness
Use the image/device argument now passed to the script. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-05-07secureboot: allow device or image specificationJohn Ogness
Rather than assuming the image file lx-trainer.img in the current working directory, require an argument that specifies this. Also, allow this argument to be a block device to perform the secure boot preparation on devices already prepared with the image. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-20secureboot: add make_lxtrainer_secureboot.sh scriptJohn Ogness
Eventually the lx-trainer image will come with secure boot automatically. But for now, we have to manually adjust the image. Here is a script to do that. Also update the README. Signed-off-by: John Ogness <john.ogness@linutronix.de>