diff options
| -rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-efi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-efi.py b/scripts/lib/wic/plugins/source/bootimg-efi.py index 7cc5131541..37d07093f5 100644 --- a/scripts/lib/wic/plugins/source/bootimg-efi.py +++ b/scripts/lib/wic/plugins/source/bootimg-efi.py | |||
| @@ -245,7 +245,7 @@ class BootimgEFIPlugin(SourcePlugin): | |||
| 245 | 245 | ||
| 246 | # list of tuples (src_name, dst_name) | 246 | # list of tuples (src_name, dst_name) |
| 247 | deploy_files = [] | 247 | deploy_files = [] |
| 248 | for src_entry in re.findall(r'[\w;\-\./\*]+', boot_files): | 248 | for src_entry in re.findall(r'[\w;\-\.\+/\*]+', boot_files): |
| 249 | if ';' in src_entry: | 249 | if ';' in src_entry: |
| 250 | dst_entry = tuple(src_entry.split(';')) | 250 | dst_entry = tuple(src_entry.split(';')) |
| 251 | if not dst_entry[0] or not dst_entry[1]: | 251 | if not dst_entry[0] or not dst_entry[1]: |
