To get this working we should change parted mkpartfs primary ext2 start end to parted mkpart primary ext2 start end
and do something like dd if=/dev/zero of=temp_part count=1 seek=(end-start-1) mkfs.ext3 -F temp_part dd if=temp_part of=disk skip=start count=end-start Tagging for 2.0.4 if we can make it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/457281 Title: Partitions presented to instance should be ext3, not ext2 To manage notifications about this bug go to: https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
