On Fri, Apr 10, 2009 at 2:52 AM, Rask Ingemann Lambertsen
<r...@sygehus.dk>wrote:

> On Thu, Apr 09, 2009 at 11:41:36AM -0500, The Digital Pioneer wrote:
> > Ahh, swapfile did the trick it seems. How can I make it automount my
> > swapfile on boot?
>


This is how I made a 128MB swapfile:

dd if=/dev/zero of=swp.file bs=1k count=128000

Add this to fstab
# Swapfile
/swp.file          swap    swap    defaults                        0 0

mkswap /swp.file

swapon swp.file

Now it should work, at least for me :)
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to