Talk:Ubuntu Precise On OLPC XO: Difference between revisions
Jump to navigation
Jump to search
Brad Pitcher (talk | contribs) (A few notes about discrepancies) |
Brad Pitcher (talk | contribs) m (fixed the formatting) |
||
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> |
|||
<li>It wouldn't let me install to a disk smaller than 4.5GB, despite this guide saying 4GB will work.</li> |
|||
<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> |
|||
⚫ | |||
</ul> |
Revision as of 22:46, 4 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=10" >> /etc/sysctl.conf
to set swappiness to the lowest value.