diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-02-05 10:18:34 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-02-05 10:18:34 +0100 |
| commit | 81aec52914ec6d604b624c0e169a8b75d960bb8d (patch) | |
| tree | c9f2e78d9af4c2569fc33de8c7c110c4baf4b7b0 /lx-trainer-vm/README | |
| parent | d5e6d7167ddd31529a2c05bddc77f25f740ee03c (diff) | |
lx-trainer: add documentation and scripts
this moves also the elbe-xml into a lx-trainer directory.
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'lx-trainer-vm/README')
| -rw-r--r-- | lx-trainer-vm/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lx-trainer-vm/README b/lx-trainer-vm/README new file mode 100644 index 0000000..f1c255e --- /dev/null +++ b/lx-trainer-vm/README @@ -0,0 +1,30 @@ +lx-trainer +========== +v2015-02-05 +Manuel Traut <manut@linutronix.de> + +lx-trainer is our disk image for all trainings. + +To build the image, a modified elbe initvm is needed. +The default disk-size of 20GB is not enough! + +ELBE generates just the first partition. However the +system is configured that there is a second partition +mounted by label 'home' on '/home'. This was made to +reduce the time needed to 'dd' the image to the disks. + +E.g. i added the following content for the yocto training: +---- + % ls home-overlay/devel/yocto/ + downloads pres_lx-trainer-vm.pdf pres_yocto-basic.pdf + meta-mini pres_yocto-advanced.pdf pres_yocto-intro.pdf +---- + +The dd scirpts provided here are just examples how to put +the image on (multiple) usb hard-drives and add the home +partition. They should be used as templates and need modifications +to fit on your environment. + +The update-home script is used to update just the '/home' +partition. E.g. collect the disks after the first training +day, and add some stuff for the 2nd day. |
