summaryrefslogtreecommitdiff
path: root/lx-trainer-vm
AgeCommit message (Collapse)Author
2018-03-02add colordiff toolJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-23dd-multi.sh: wait for new partitionsJohn Ogness
There is a latency between when partprobe is called and when udev actually creates the device nodes. Wait for the desired device nodes to appear before continuing. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-23add gnome-screenshotJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20dd-multi.sh: add support for layer tarballs in subdirsJohn Ogness
Use 'basename' to isolate the layer tarball filename in case they are specified in a directory other than the current working directory. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-19dd-multi.sh: change partitioning procedureJohn Ogness
Initially write 10MB of 0's instead of 1MB to make sure any tables at the beginning are really gone. Rather than calling 'partprobe' with no arguments, explicitly pass the list of devices to re-read. 'fdisk' is used to create the 2nd (/home) partition. Do not do that in the background but instead synchronously for each device. Add a 'sync' afterwards to hopefully create a barrier before rescanning the devices. This is should address a problem where 'partprobe' is run too early and the kernel does not find the 2nd partition of the last device. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-01-17do not add devel user to wireshark groupJohn Ogness
There is no wireshark group by default. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19add a userspace tracing exampleManuel Traut
using lttng-ust, perf and tshark traces can be shown in tracecompass Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-19extra: remove extra scriptsJohn Ogness
dd-multi.sh now supports layers so there is no need for the example/archived extra scripts. 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-12-19lx-trainer-vm: add finetuning commentsJohn Ogness
Clarify what the different finetuning steps are doing. Since some of the steps are complicated, a description helps users to determine if the finetuning steps are correct. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19lx-trainer-vm: add useful tools during trainingsJohn Ogness
ntfs-3g: some users need to read/write mount ntfs partitions netcat-traditional: critical tool for testing network connections geeqie: simple yet effective image viewer gnuplot: generate graphical cyclictest latency graphs Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19lx-trainer-vm: change to ftp.de.debian.orgJohn Ogness
The use of httpredir might cause problems with elbe. Use servers that are known to work reliably. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19lx-trainer-vm: remove i386 compatibilityJohn Ogness
Years ago dengler needed the i386 libs for his security schulung. He has confirmed he no longer needs these, so remove them. The main motivation for the removal is to simplify local mirrors, no longer requiring i386. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19dd-multi.sh: add layer supportJohn Ogness
Layers can now be specified using: --layer=tarball Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-10-12trainer image: use nereus instead of 10.0.2.2John Ogness
Since elbe should be run in a container, we need the name.
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>
2017-09-18image: update to stretchJohn Ogness
- when run from nereus, the image will be complete out-of-the-box Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-01-19add more useful softwareJohn Ogness
2016-11-11lx-trainer: add tools and libs for security trainingHolger Dengler
- analysis: john the ripper, nmap - application security: lxc, libcap-dev - crypto: xca Signed-off-by: Holger Dengler <dengler@linutronix.de>
2016-07-13Revert accidentally commited changes in dd-scriptsHolger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2016-06-29yocto: add ilus exportsrc.bblcassManuel Traut
it's a simple example for a class Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-05-17yocto-basics: split slidesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12add lzop to trainer vm; needed for kernel buildManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12lx-trainer: add sudoManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12removed gedit - to big an pluma is quiet the same..Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12yocto: rework layoutManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12lx-tranier-vm fix dd scriptsManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12lx-trainer-vm auto create home directoryManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2016-01-12lx-trainer add a disk dump scriptManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2015-11-14Add devel to kvm groupJohn Ogness
2015-10-14lx-trainer-vm: add firmware files to support wifi, etcManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2015-06-21lx-trainer-vm: add bridge-utils to package listHolger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2015-06-21lx-trainer-vm: add multiarch-support for x86_32Holger Dengler
Signed-off-by: Holger Dengler <dengler@linutronix.de>
2015-05-08lx-trainer-vm: mirror all branches of the yocto reposManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2015-05-04yocto/lx-trainer-vm: always clone master branch of yocto reposManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2015-05-04lx-trainer: update package listManuel Traut
with feedback from yocto training Signed-off-by: Manuel Traut <manut@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>