Editing Mer/Sprints/0.9

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 40: Line 40:
   |columns=id,severity,product,status,resolution,summary,to
   |columns=id,severity,product,status,resolution,summary,to
}}
}}
 +
 +
== Released files and guides ==
 +
 +
Disclaimer:
 +
 +
* '''There is -no- warranty'''. This may blow up your MMC, steal your wife or cause doomsday to come around. But if you find some bugs, please report them on [https://bugs.maemo.org/enter_bug.cgi?product=Mer bugs.maemo.org] and we'll try to see what we can do to fix the bug causing it.
 +
* If anything goes wrong, grab a USB cable, and rescue mode is done through holding down Home key when booting Mer (on tablets)
 +
 +
=== MD5sums ===
 +
 +
0772b1e9696abfa3385f225d7c22cecb  mer-x86-generic-image-v0.8.img.raw.gz
 +
d88403e0aef6a9a0e14fbdcc7d848565  mer-x86-generic-image-v0.8.tar.gz
 +
63e824cd3cab12e6c5088df3a11d6e2b  mer-x86-generic-image-v0.8.vmdk.zip
 +
 +
{|
 +
|-
 +
|0772b1e9696abfa3385f225d7c22cecb || mer-x86-generic-image-v0.8.img.raw.gz
 +
|-
 +
|d88403e0aef6a9a0e14fbdcc7d848565 || mer-x86-generic-image-v0.8.tar.gz
 +
|-
 +
|63e824cd3cab12e6c5088df3a11d6e2b || mer-x86-generic-image-v0.8.vmdk.zip
 +
|}
 +
 +
 +
 +
=== Generic x86 - VMDK (VMware disk image) ===
 +
 +
* [http://stskeeps.subnetmask.net/mer/0.8/mer-x86-generic-image-v0.8.vmdk.zip Generic X86 bootable VMDK image] - root password is 'rootme'
 +
 +
==== Installation in VirtualBox  ====
 +
# Unzip zip file
 +
# Open VirtualBox, create new machine (click *New*):
 +
#* Name: Mer 0.8
 +
#* OS type: Linux
 +
#* Version: Ubuntu
 +
#* RAM: 128 at least.
 +
#* Disk: click "existing", find the mer-x86-generic-image-v0.8.vmdk file, select, select
 +
#* Next
 +
#* Finish.
 +
 +
=== Generic x86 - RAW image ===
 +
 +
* [http://stskeeps.subnetmask.net/mer/0.8/mer-x86-generic-image-v0.8.img.raw.gz Generic X86 RAW gzipped image] - usable in virtual machine products such as Parallels and such supporting RAW disk images (gunzip first).
 +
 +
=== Generic x86 - tar.gz image ===
 +
* [http://stskeeps.subnetmask.net/mer/0.8/mer-x86-generic-image-v0.8.tar.gz Generic X86 tar.gz rootfs image]. Usable both for chroot and actually installing on a machine.
 +
 +
==== Installation (chroot) ====
 +
<pre>
 +
mkdir mer-0.8
 +
cd mer-0.8 && sudo tar xzf mer-x86-generic-image-v0.8.tar.gz
 +
sudo mkdir -p tmp/.X11-unix home/$USER/.osso
 +
sudo mv usr/bin/maemo-invoker usr/bin/maemo-invoker.real
 +
echo -e '#!/bin/sh\nPROG="$1"\nshift\nexec "$PROG" "$@"' | sudo tee usr/bin/maemo-invoker
 +
sudo chmod 755 usr/bin/maemo-invoker
 +
echo 'nameserver <mynameresolver>' | sudo tee -a etc/resolv.conf
 +
</pre>
 +
 +
 +
===== Start-up (from within <tt>mer-0.8</tt> directory) =====
 +
<pre>
 +
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite 2>/dev/null 1>&2 &
 +
sudo mount --bind /tmp/.X11-unix tmp/.X11-unix
 +
sudo mount --bind /dev/pts dev/pts
 +
sudo mount -t proc proc proc
 +
sudo mount -t sysfs sysfs sys
 +
sudo chroot .
 +
export DISPLAY=:2.0
 +
/etc/init.d/dbus start
 +
start-hildon
 +
</pre>
 +
 +
==== Installation (machine) ====
 +
 +
See [[Mer/Documentation/Making_x86_Mer_Bootable]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: