summaryrefslogtreecommitdiff
path: root/lx-trainer-vm/README
AgeCommit message (Collapse)Author
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>
2017-12-19README: add information about --layer optionJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-09-18update scripts and READMEJohn Ogness
- removed extra dd-variation scripts - updated script for general usage (src/dest as arguments) - adjusted script to support modifying new image - moves /home/* from part1 to part2 - adds /home entry to /etc/fstab - moved manut's update-home.sh to "extra" directory (may still be in use? until a general replacement exists) Signed-off-by: John Ogness <john.ogness@linutronix.de>
2015-02-05lx-trainer: add documentation and scriptsManuel Traut
this moves also the elbe-xml into a lx-trainer directory. Signed-off-by: Manuel Traut <manut@linutronix.de>