1,885
edits
Changes
→Adding Swap Space
== Adding Swap Space ==
The Raspberry Pi Fedora Remix 14 doesn't provision swap space by default, since the advisability of swapping to SD is debated.
If you wish to add swap space, you can easily do so:
To make the card resize the second partition the first time the new card is booted:
# Mount the second partition: <code>mkdir /mnt/sd-partition-2p2; mount /dev/sda2 /mnt/sd-p2</code>
# Create the empty file <code>/.autoresize</code>: <code>touch /mnt/sd-p2/.autoresize</code>
# Unmount the partition: <code>umount /mnt/sd-p2</code>