View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#83
Originally Posted by vzp916 View Post
even in open mode I need to "# aegisctl -s"?
Yes. Just once after every reboot. So aegis accept running chroot (the image is first mounted then chrooted).

One more question, am I able to unmount .lmz in N9 from terminal (I'm at work and don't have uncompressed image)
You need to uncompress the image to use it in you N9. By using a PC desktop (faster) or even the Nokia N9 :
- become root in Terminal :
$ devel-su
password rootme;
- install "xz-utils" :
# apt-get install xz-utils
- come back to user (Ctrl+D), then, as user in Terminal :
$ cd ~/MyDocs
$ xz -d debian-m5-v3e.img.ext2.lzma
It is slow...

EDIT: I tried to follow your post as best as I could, you did a good job, but you lost me with the "add "/usr/sbin" to your $PATH" I'm not too clear on how to do that.
Thanks
Now it is very clear how to do it by using nano (in post #57).
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-23 at 16:37.
 

The Following User Says Thank You to rcolistete For This Useful Post: