diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-pcbios.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-pcbios.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg-pcbios.py index bd03eaa228..1779520044 100644 --- a/scripts/lib/wic/plugins/source/bootimg-pcbios.py +++ b/scripts/lib/wic/plugins/source/bootimg-pcbios.py | |||
| @@ -153,8 +153,6 @@ class BootimgPcbiosPlugin(SourcePlugin): | |||
| 153 | raise WicError("Couldn't find STAGING_DATADIR, exiting") | 153 | raise WicError("Couldn't find STAGING_DATADIR, exiting") |
| 154 | if not _has_syslinux(bootimg_dir): | 154 | if not _has_syslinux(bootimg_dir): |
| 155 | raise WicError("Please build syslinux first") | 155 | raise WicError("Please build syslinux first") |
| 156 | # just so the result notes display it | ||
| 157 | creator.bootimg_dir = bootimg_dir | ||
| 158 | 156 | ||
| 159 | staging_kernel_dir = kernel_dir | 157 | staging_kernel_dir = kernel_dir |
| 160 | 158 | ||
