Changes

From Amahi Wiki
Jump to: navigation, search
17 bytes removed ,  11:15, 14 February 2011
= Using the onboard NAND flash as a swap drive =
{{Code|cfdisk /dev/mtdblock2}} # * Create a "Linux swap / Solaris" partition that takes all the space: # 1. remove any existing partitions, if any # 2. create a new primary partition # 3. select Type option, enter "82" # 4. select Write option # 5. select Quit option {{Code|mkswap /dev/mtdblock2 echo "/dev/mtdblock2 swap swap defaults 0 0" >> /etc/fstab swapon -a}}
= Reporting issues =
12,424

edits