| Message ID | 20260617132955.2607392-1-gael.portay+rtone@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [wic] wic: Update after plugin name changes once again | expand |
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
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 <gael.portay+rtone@gmail.com> --- src/wic/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)