Changes

From Amahi Wiki
Jump to: navigation, search
90 bytes removed ,  19:16, 4 August 2010
no edit summary
You'll then be able to access the Amahi dashboard at http://hda, and your installed apps using http://app_name
If you created a swap partition while partitioning your storage device, you'll might need to tell Amahi to use that partition for swap space. You'll need to change '''/dev/sda2''' for the real path to your swap partition. SSH into your Amahi server, and execute the following:
mkswap /dev/sda2
echo "/dev/sda2 swap swap defaults 0 0" >> /etc/fstab
swapon -a
Note: On the SheevaPlug, the onboard NAND flash is called /dev/mtdblock2. You might want to use it as a swap partition, as it would be faster than your SD card or USB drive.