Changes

From Amahi Wiki
Jump to: navigation, search
404 bytes removed ,  11:27, 15 July 2011
Redirected page to Amahi Plug Edition
#REDIRECT [[Amahi_Plug_Edition]]
 
 
'''Note: Most of this information is duplicated elsewhere. It needs to be verified and removed as necessary.'''
See [[Amahi_Plug_Edition | Amahi_Plug_Edition]] for installation and supported devices.
= Using the onboard NAND flash as a swap drive =
{{Code|cfdisk /dev/mtdblock2}}
* Create a "Linux swap / Solaris" partition that takes all the space:
# remove any existing partitions, if any
# create a new primary partition
# select Type option, enter "82"
# select Write option
# select Quit option
{{Code|mkswap /dev/mtdblock2
echo "/dev/mtdblock2 swap swap defaults 0 0" >> /etc/fstab
swapon -a}}
= Misc Notes =
19

edits