Talk:Ubuntu Precise On OLPC XO: Difference between revisions

From OLPC
Jump to navigation Jump to search
(A few notes about discrepancies)
 
m (correct the swappiness value)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
I used the full installer, and had a couple things that conflicted with the guide:
I used the full installer, and had a couple things that conflicted with the guide:<br />
<ul>
1. It wouldn't let me install to a disk smaller than 4.5GB, despite this guide saying 4GB will work.
<li>It wouldn't let me install to a disk smaller than 4.5GB, despite this guide saying 4GB will work.</li>
2. 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:
<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/>
sudo echo "vm.swappiness=10" >> /etc/sysctl.conf
<pre>
to set swappiness to the lowest value.
sudo echo "vm.swappiness=0" >> /etc/sysctl.conf
</pre>
to set swappiness to the lowest value.</li>
</ul>

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.