diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-07-22 14:02:40 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 09:18:26 +0100 |
| commit | 7e68f57deca6061f7b5d590ab32e7f696c84a206 (patch) | |
| tree | 0c7067c26e6eccca28c4d17e5f28e09f87309579 /scripts/lib | |
| parent | 3b998b3f4c23118b04b5473b01dd44cf25f5d62b (diff) | |
| download | poky-7e68f57deca6061f7b5d590ab32e7f696c84a206.tar.gz | |
wic: Remove fstype from mkefidisk canned wks
The bootimg-efi plugin specifies the fstype internally, so remove it
from the partition definition.
(From OE-Core rev: 6b6cbf023d8fac83f3732334d04f85bedf3845da)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/image/canned-wks/mkefidisk.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/image/canned-wks/mkefidisk.wks b/scripts/lib/image/canned-wks/mkefidisk.wks index e976bc80dd..db86caaac6 100644 --- a/scripts/lib/image/canned-wks/mkefidisk.wks +++ b/scripts/lib/image/canned-wks/mkefidisk.wks | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # long-description: Creates a partitioned EFI disk image that the user | 2 | # long-description: Creates a partitioned EFI disk image that the user |
| 3 | # can directly dd to boot media. | 3 | # can directly dd to boot media. |
| 4 | 4 | ||
| 5 | part /boot --source bootimg-efi --ondisk sda --fstype=msdos --label msdos --active --align 1024 | 5 | part /boot --source bootimg-efi --ondisk sda --label msdos --active --align 1024 |
| 6 | 6 | ||
| 7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 | 7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 |
| 8 | 8 | ||
