summaryrefslogtreecommitdiffstats
path: root/recipes/mkcard/files/mkcard.sh
Commit message (Collapse)AuthorAgeFilesLines
* mkcard: do not use kpartxSamuli Piippo2013-10-151-16/+0
| | | | | | | | | Do not try to use kpartx when discovering partitions. This gave false errors when kpartx was not installed, and failed to create partition when it was installed. Change-Id: Iefe4de0bfef4d0625469e956c5847f759888e29f Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* mkcard: script to initialize memory cardSamuli Piippo2013-04-301-0/+78
The mkcard.sh script can be used to initialize memory card, so that rootfs and boot files can be copied to it. Creates two partitions, fat and ext3, named boot and rootfs respectively. Change-Id: I62846802845f1715cde2c2fbb98e57f604b96878 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>