summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lx-trainer-vm.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml
index ab58af3..ab6e5c3 100644
--- a/lx-trainer-vm.xml
+++ b/lx-trainer-vm.xml
@@ -79,6 +79,14 @@
<tune2fs>-i 0</tune2fs>
</fs>
</bylabel>
+ <bylabel>
+ <label>lxhome</label>
+ <mountpoint>/home</mountpoint>
+ <fs>
+ <type>ext4</type>
+ <tune2fs>-i 0</tune2fs>
+ </fs>
+ </bylabel>
<bydev>
<source>none</source>
<mountpoint>/sys/kernel/debug</mountpoint>
@@ -90,18 +98,15 @@
<finetuning>
<rm>var/cache/apt/archives/*.deb</rm>
<adduser passwd="devel" shell="/bin/bash">devel</adduser>
- <mkdir>/home/devel/Desktop</mkdir>
- <ln path='/opt/eclipse/eclipse'>/home/devel/Desktop/Eclipse</ln>
<command>wget https://sourcery.mentor.com/sgpp/lite/arm/portal/package8739/public/arm-none-linux-gnueabi/arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command>
<command>tar xjf arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 -C /opt</command>
<command>rm arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command>
<command>wget http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/luna/R/eclipse-cpp-luna-R-linux-gtk.tar.gz</command>
<command>tar xzf eclipse-cpp-luna-R-linux-gtk.tar.gz -C /opt</command>
<command>rm eclipse-cpp-luna-R-linux-gtk.tar.gz</command>
- <command>git clone -b daisy git://git.yoctoproject.org/poky.git /home/devel/poky-daisy</command>
- <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /home/devel/poky-daisy/</command>
- <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /home/devel/poky-daisy/</command>
- <command>chown -R devel:devel /home/devel/*</command>
+ <command>git clone -b daisy git://git.yoctoproject.org/poky.git /opt/poky-daisy</command>
+ <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /opt/poky-daisy/</command>
+ <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /opt/poky-daisy/</command>
</finetuning>
<pkg-list>
<pkg>grub-legacy</pkg>