]> code.ossystems Code Review - openembedded-core.git/commit
init-install: Specify partition name in parted command line
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 14 Jun 2015 20:05:28 +0000 (23:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:15 +0000 (11:38 +0100)
commitef2c6df7fcfd02ed45637f2e6b48f324d7a56b88
tree541c4271cb7b1eddbc14046c08cffe9a24cff39f
parent945a5172c2b996f0f307813d061250c39f77ebd2
init-install: Specify partition name in parted command line

parted allows to use names for partitions if GPT partition table
is used on the device. msdos partitioning can have only partition
types: 'primary', 'logical' or 'extended'.

Used meaningful partition names in parted command line for GPT
partitioning.

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