Talk:Ubuntu Precise On OLPC XO: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (one more small formatting fix)
m (correct the swappiness value)
 
Line 4: Line 4:
<li>Every time I tried to install with no swap partition the install would crash. I ended up using a swap partition, but after install running:<br/>
<li>Every time I tried to install with no swap partition the install would crash. I ended up using a swap partition, but after install running:<br/>
<pre>
<pre>
sudo echo "vm.swappiness=10" >> /etc/sysctl.conf
sudo echo "vm.swappiness=0" >> /etc/sysctl.conf
</pre>
</pre>
to set swappiness to the lowest value.</li>
to set swappiness to the lowest value.</li>

Latest revision as of 05:26, 5 December 2012

I used the full installer, and had a couple things that conflicted with the guide:

  • It wouldn't let me install to a disk smaller than 4.5GB, despite this guide saying 4GB will work.
  • Every time I tried to install with no swap partition the install would crash. I ended up using a swap partition, but after install running:
    sudo echo "vm.swappiness=0" >> /etc/sysctl.conf
    
    to set swappiness to the lowest value.