[wic][PATCH] wic: Update after plugin name changes once again
Gaël PORTAY <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Update the plugin names to account for the "-" to "_" plugin name change.
See commit 78a3c516077 ("wic: Update after plugin name changes")
Signed-off-by: Gaël PORTAY <[email protected]>
---
src/wic/help.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wic/help.py b/src/wic/help.py
index 5d7c404..7bc9d70 100644
--- a/src/wic/help.py
+++ b/src/wic/help.py
@@ -817,7 +817,7 @@ DESCRIPTION
# long-description: Creates a partitioned EFI disk image that the user
# can directly dd to boot media.
- part /boot --source bootimg-efi --ondisk sda --fstype=efi --active
+ part /boot --source bootimg_efi --ondisk sda --fstype=efi --active
part / --source rootfs --ondisk sda --fstype=ext3 --label platform
--
2.43.0