Please look at code:

            rmmountdir = False
            if p['mountpoint'] == "/":
                rmmountdir = True
            if p['fstype'] == "vfat" or p['fstype'] == "msdos":
                myDiskMount = VfatDiskMount
            elif p['fstype'] in ("ext2", "ext3", "ext4"):
                myDiskMount = ExtDiskMount
            elif p['fstype'] == "btrfs":
                myDiskMount = BtrfsDiskMount
            else:
                raise MountError("Fail to support file system " + p['fstype'])

Which distro are you using? Pykickstart or python-pykickstart version? can you 
send your kickstart file to me?

From: [email protected] [mailto:[email protected]] On 
Behalf Of [email protected]
Sent: Tuesday, November 23, 2010 1:52 AM
To: [email protected]
Subject: [MeeGo-dev] Image creation failed: "Error: failed to create image : 
Failed mount disks : Fail to support file system btrfs"


sudo mic-image-creator --arch=armv7l 
--config=/home/harsha/workspace/image-creator-stable/image-creator/meego-handset-armv7l-n900-1.1.80.6.20101112.1.ks
 --format=mrstnand

Error: failed to create image : Failed mount disks : Fail to support file 
system btrfs

Best Regards,
Harsha



----------------------------------------------------------------

Please note: This e-mail may contain confidential information

intended solely for the addressee. If you have received this

e-mail in error, please do not disclose it to anyone, notify

the sender promptly, and delete the message from your system.

Thank you.
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to