~lool/linaro-image-tools/igep-support

« back to all changes in this revision

Viewing changes to linaro-media-create

  • Committer: Loïc Minier
  • Date: 2011-03-10 23:37:08 UTC
  • mfrom: (287.1.9 trunk)
  • Revision ID: lool@dooz.org-20110310233708-tjeezguoaeo860ix
Merge with lp:linaro-image-tools; rework tests for new bootcmd/bootargs dict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    boot_partition, root_partition = setup_partitions(
131
131
        board_config, media, args.image_size, args.boot_label, args.rfs_label,
132
132
        args.rootfs, args.should_create_partitions, args.should_format_bootfs,
133
 
        args.should_format_rootfs)
 
133
        args.should_format_rootfs, args.should_align_boot_part)
134
134
 
135
135
    rootfs_uuid = get_uuid(root_partition)
136
136