View Single Post
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#29
Originally Posted by Fabry View Post
MeeGo Image will overwrite your SD so partitions table will be automatically generated during write process.

MeeGo DE uses EXT4 for its main partition
Image is flashing and kernel is copied to /boot/multiboot
Multiboot item added to /etc/multiboot.d
Should the multiboot item look like this?

Code:
ITEM_NAME="MeeGo DE (2.6.28.10-power47-uBoot)"
ITEM_KERNEL="pow47_uBoot"
ITEM_MODULES="ext4"
ITEM_DEVICE=${EXT_CARD}p1
ITEM_FSTYPE=ext4
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro