Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
yum -y install which man openssh-clients make
= Advanced === Using the onboard NAND flash as a swap drive ==Note that many devices are configured to fallback to booting from NAND flash if no USB/SD card is found. This makes it almost impossible to brick your device. ''If you use the NAND flash as swap you will lose this ability.'' {{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/mtdblock2echo "/dev/mtdblock2 swap swap defaults 0 0" >> /etc/fstabswapon -a}} == Copy a root filesystem from one disk to another ==
This may be useful if you have set up things on a USB device and want to copy to an internal harddisk:
19

edits