]> code.ossystems Code Review - openembedded-core.git/commit
wic: Force lba off for FAT16 partitions
authorDarren Hart <dvhart@linux.intel.com>
Tue, 15 Oct 2013 21:46:23 +0000 (14:46 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Dec 2013 02:12:17 +0000 (21:12 -0500)
commite437cd5ccaa44798107a6aa5177b1b867c94dfc3
treefa15d1be18a40e51bfbe5f2e133b839da7ecd167
parentbce32a41c7e700f49aaa0aacbeb6c83d91a8b255
wic: Force lba off for FAT16 partitions

If fat16 is specified to the mkpart parted command, parted will
default to setting the lba flag which causes certain EFI firmware
to fail to detect the filesystem. lba shouldn't be necessary for
FAT16 filesystems anyway, explicitly disable it.

(From OE-Core master rev: 30442d432e203e655b7d40b93f7307f475de1614)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/lib/mic/utils/partitionedfs.py