Editing User talk:Rebhana

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 86: Line 86:
==== Additional packages ====
==== Additional packages ====
-
In order to have more space in the 2GB image, and not to run out of space during more voluminous installs, I have moved $CHROOT/var/cache/apt/archives to /home/user and provided symlinks. From debian chroot:
+
In order to have more space in the 2GB image, I have moved $CHROOT/usr/share/doc and $CHROOT/var/cache/apt/archives to /home/user and provided symlinks. From debian chroot:
 +
cd /usr/share
 +
cp -a doc /home/user/.easydebdoc
 +
rm -r doc
 +
ln -s /home/user/.easydebdoc doc
  cd /var/cache/apt
  cd /var/cache/apt
  apt-get clean
  apt-get clean
Line 92: Line 96:
  mv archives archives-
  mv archives archives-
  ln -s /home/user/.easydebarchives archives
  ln -s /home/user/.easydebarchives archives
-
To also get more space for installed software, the same can be done for example with $CHROOT/usr/share/doc :
 
-
cd /usr/share
 
-
cp -a doc /home/user/.easydebdoc
 
-
rm -r doc
 
-
ln -s /home/user/.easydebdoc doc
 
I personally found the following packages useful, which include a complete LATeX installation and the symbolic math program xmaxima, which both are fairly big.
I personally found the following packages useful, which include a complete LATeX installation and the symbolic math program xmaxima, which both are fairly big.

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)