]> code.ossystems Code Review - openembedded-core.git/commit
init-install: Properly delete partition table
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 16 Jun 2015 04:56:25 +0000 (07:56 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:15 +0000 (11:38 +0100)
commit9be59c02901a6c9ecaaa293aea2e938edf9b122c
tree9452ae06a44b03ad199466a19b13b645e09c78fb
parentf2fe5735a2d2c5a5cbadd3486aa24a4931655526
init-install: Properly delete partition table

Fixed deletion of the partition table by increasing
amount of sectors from 2(correct for msdos PT) to 35 as
GPT size is 34 sectors + 1 sector for protective MBR.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/recipes-core/initrdscripts/files/init-install-efi.sh
meta/recipes-core/initrdscripts/files/init-install.sh